]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crypto: reinclude our assert to clobber system one
authorSage Weil <sage@newdream.net>
Wed, 31 Aug 2011 16:53:49 +0000 (09:53 -0700)
committerSage Weil <sage@newdream.net>
Wed, 31 Aug 2011 17:00:51 +0000 (10:00 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/common/ceph_crypto.h

index 23a058997acac922226b593422b476c46fdba2a1..32961616e6cd84710539e6e2e27931cda16044bd 100644 (file)
 # include <cryptopp/md5.h>
 # include <cryptopp/sha.h>
 # include <cryptopp/hmac.h>
+
+// reinclude our assert to clobber the system one
+# include "include/assert.h"
+
 namespace ceph {
   namespace crypto {
     void assert_init();