From 8f38d0e98b55852620e31773e47fd5ce79778876 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 19 Nov 2009 11:05:17 -0800 Subject: [PATCH] auth: add ull to large constant so that we build on 32bit platforms --- src/auth/cephx/CephxProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/cephx/CephxProtocol.h b/src/auth/cephx/CephxProtocol.h index bcb0a613ad660..121065e204015 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) { -- 2.39.5