diff options
Diffstat (limited to 'src/common/ceph_crypto.h')
-rw-r--r-- | src/common/ceph_crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ceph_crypto.h b/src/common/ceph_crypto.h index c55359431d4..33349c9af9c 100644 --- a/src/common/ceph_crypto.h +++ b/src/common/ceph_crypto.h @@ -10,7 +10,7 @@ #ifdef USE_CRYPTOPP # define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1 -#include <string.h> +# include <string.h> # include <cryptopp/md5.h> # include <cryptopp/sha.h> # include <cryptopp/hmac.h> |