summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-18 07:21:42 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-18 07:21:42 -0400
commit31ebabeb1ee8961b90b4f771999d564fa563766a (patch)
treed59f9ac70c71ab0b21ef7c764750f0191d5435cd /config.h
parent4282f94712ee7b86c36fc656f377d2ce78532f0c (diff)
downloadcryptopp-git-31ebabeb1ee8961b90b4f771999d564fa563766a.tar.gz
Cleanup headers in vmac.cpp
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 03368f5b..2d4f970f 100644
--- a/config.h
+++ b/config.h
@@ -593,7 +593,7 @@ NAMESPACE_END
// ***************** ARM CPU features ********************
#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)
-
+
// We don't have an ARM big endian test rig. Disable
// ARM-BE ASM and instrinsics until we can test it.
#if defined(CRYPTOPP_BIG_ENDIAN)