From 1d61a4511b55c902b706ed00f3f5a36865b6b52f Mon Sep 17 00:00:00 2001 From: Zi Lin Date: Fri, 26 Feb 2016 08:23:53 -0800 Subject: [PATCH] fix re-encrypt cli tool for new access structure requirement --- cmd/ro/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ro/main.go b/cmd/ro/main.go index 2bd2ff6..a9055ab 100644 --- a/cmd/ro/main.go +++ b/cmd/ro/main.go @@ -167,6 +167,7 @@ func runReEncrypt() { Name: user, Password: pswd, Owners: processCSL(owners), + Minimum: minUsers, LeftOwners: processCSL(lefters), RightOwners: processCSL(righters), Labels: processCSL(labels),