From: Sage Weil Date: Thu, 19 Nov 2009 19:05:17 +0000 (-0800) Subject: auth: add ull to large constant X-Git-Tag: v0.18~88 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8f38d0e98b55852620e31773e47fd5ce79778876;p=ceph.git auth: add ull to large constant so that we build on 32bit platforms --- diff --git a/src/auth/cephx/CephxProtocol.h b/src/auth/cephx/CephxProtocol.h index bcb0a613ad66..121065e20401 100644 --- a/src/auth/cephx/CephxProtocol.h +++ b/src/auth/cephx/CephxProtocol.h @@ -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 int decode_decrypt_enc_bl(T& t, CryptoKey key, bufferlist& bl_enc) {