mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
auth: add ull to large constant
so that we build on 32bit platforms
This commit is contained in:
parent
8696cd90f4
commit
8f38d0e98b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user