]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: fix compile error when using nss libs
authorMarcus Sorensen <shadowsor@gmail.com>
Fri, 22 Jul 2011 20:16:58 +0000 (13:16 -0700)
committerSage Weil <sage@newdream.net>
Fri, 22 Jul 2011 22:10:30 +0000 (15:10 -0700)
auth/Crypto.cc:218: error: expected primary-expression before ?}? token
auth/Crypto.cc:218: error: expected ?;? before ?}? token

Signed-off-by: Marcus Sorensen <shadowsor@gmail.com>
src/auth/Crypto.cc

index 7251d09eb36f243af6f3eeba913b42aff3bb9fdf..ad256bb2bd373844ea4d3b7a3a8398919d24a382 100644 (file)
@@ -215,6 +215,7 @@ static void nss_aes_operation(CK_ATTRIBUTE_TYPE op, const bufferptr& secret,
  err_slot:
   PK11_FreeSlot(slot);
  err:
+  ;
 }
 
 #else