mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Remove extra ; from gcm-simd.cpp (PR #618)
This commit is contained in:
parent
ec6c442cc6
commit
f8a1f50383
@ -203,7 +203,7 @@ extern "C" {
|
||||
{
|
||||
longjmp(s_jmpSIGILL, 1);
|
||||
}
|
||||
};
|
||||
}
|
||||
#endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
|
||||
|
||||
#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)
|
||||
|
Loading…
Reference in New Issue
Block a user