Remove extra ; from gcm-simd.cpp (PR #618)

pull/586/merge
Ilja 2018-03-31 20:05:45 +03:00 committed by Jeffrey Walton
parent ec6c442cc6
commit f8a1f50383
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ extern "C" {
{ {
longjmp(s_jmpSIGILL, 1); longjmp(s_jmpSIGILL, 1);
} }
}; }
#endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY #endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64) #if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)