Cleanup gcm.cpp after Commit 9d954efcde

pull/668/merge
Jeffrey Walton 2018-07-16 09:48:35 -04:00
parent 9d954efcde
commit bd9ca55c44
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 10 deletions

10
gcm.cpp
View File

@ -21,16 +21,6 @@
# undef CRYPTOPP_SSE2_ASM_AVAILABLE # undef CRYPTOPP_SSE2_ASM_AVAILABLE
#endif #endif
// SunCC 12.3 - 12.5 crash in GCM_Reduce_CLMUL
// http://github.com/weidai11/cryptopp/issues/226
#if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x5140)
# undef CRYPTOPP_CLMUL_AVAILABLE
#endif
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE)
# include <emmintrin.h>
#endif
#include "gcm.h" #include "gcm.h"
#include "cpu.h" #include "cpu.h"