summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:10 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-05-28 17:55:10 -0400
commit8d94f1c084b85c34b0c3c10cb8367491681b4a0e (patch)
tree9255aef970937ce7e9c6a73a7b9f2e32c65d60ac /src
parent3dd8ba46bf2ce350b5e80b1b2b016a10007beb7b (diff)
downloadmongo-8d94f1c084b85c34b0c3c10cb8367491681b4a0e.tar.gz
SERVER-23971 Disable Header sorting for specific headers
Diffstat (limited to 'src')
-rw-r--r--src/mongo/crypto/tom/tomcrypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/crypto/tom/tomcrypt.h b/src/mongo/crypto/tom/tomcrypt.h
index b1a887f0f95..f707cbef616 100644
--- a/src/mongo/crypto/tom/tomcrypt.h
+++ b/src/mongo/crypto/tom/tomcrypt.h
@@ -78,6 +78,7 @@ enum {
CRYPT_PK_INVALID_PADDING /* Invalid padding on input */
};
+// clang-format off
#include "tomcrypt_cfg.h"
#include "tomcrypt_macros.h"
#include "tomcrypt_cipher.h"
@@ -89,6 +90,7 @@ enum {
#include "tomcrypt_misc.h"
#include "tomcrypt_argchk.h"
//#include <tomcrypt_pkcs.h>
+// clang-format on
#ifdef __cplusplus
}