]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: add ull to large constant
authorSage Weil <sage@newdream.net>
Thu, 19 Nov 2009 19:05:17 +0000 (11:05 -0800)
committerSage Weil <sage@newdream.net>
Thu, 19 Nov 2009 19:05:17 +0000 (11:05 -0800)
so that we build on 32bit platforms

src/auth/cephx/CephxProtocol.h

index bcb0a613ad660719084d6735b7efcc0d37be70b5..121065e204015ce4b9926bff3f06a1aa38df72b6 100644 (file)
@@ -354,7 +354,7 @@ extern bool cephx_verify_authorizer(KeyStore& keys, bufferlist::iterator& indata
 /*
  * encode+encrypt macros
  */
-#define AUTH_ENC_MAGIC 0xff009cad8826aa55
+#define AUTH_ENC_MAGIC 0xff009cad8826aa55ull
 
 template <typename T>
 int decode_decrypt_enc_bl(T& t, CryptoKey key, bufferlist& bl_enc) {