From d3887b84f7a38e0afab3e86f2777e6c7980b5331 Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Fri, 22 Jul 2011 13:16:58 -0700 Subject: [PATCH] auth: fix compile error when using nss libs auth/Crypto.cc:218: error: expected primary-expression before ?}? token auth/Crypto.cc:218: error: expected ?;? before ?}? token Signed-off-by: Marcus Sorensen --- src/auth/Crypto.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth/Crypto.cc b/src/auth/Crypto.cc index 7251d09eb36f..ad256bb2bd37 100644 --- a/src/auth/Crypto.cc +++ b/src/auth/Crypto.cc @@ -215,6 +215,7 @@ static void nss_aes_operation(CK_ATTRIBUTE_TYPE op, const bufferptr& secret, err_slot: PK11_FreeSlot(slot); err: + ; } #else -- 2.47.3