auth: add ull to large constant

so that we build on 32bit platforms
This commit is contained in:
Sage Weil 2009-11-19 11:05:17 -08:00
parent 8696cd90f4
commit 8f38d0e98b

View 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) {