Remove extra ; from rijndael-simd.cpp (PR #621)

This commit is contained in:
Ilja 2018-03-31 20:04:42 +03:00 committed by Jeffrey Walton
parent 8f730529b9
commit ec6c442cc6

View File

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