mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Addressing PR comments
TODO should not have been in the changes indentation of #ifdef moved in line with the 'if' conditional
This commit is contained in:
@ -7793,7 +7793,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD* type)
|
||||
}
|
||||
|
||||
if (ret < 0) {
|
||||
if (ret == AES_GCM_AUTH_E) { // todo: check this
|
||||
if (ret == AES_GCM_AUTH_E) {
|
||||
WOLFSSL_MSG("wolfSSL_EVP_Cipher failure: bad AES-GCM tag.");
|
||||
}
|
||||
WOLFSSL_MSG("wolfSSL_EVP_Cipher failure");
|
||||
|
Reference in New Issue
Block a user