mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fix missing return in DTLS1.3 / FIPS code
This commit is contained in:
@@ -262,6 +262,7 @@ static int Dtls13GetRnMask(WOLFSSL* ssl, const byte* ciphertext, byte* mask,
|
||||
return wc_AesEncryptDirect(c->aes, mask, ciphertext);
|
||||
#else
|
||||
wc_AesEncryptDirect(c->aes, mask, ciphertext);
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
#endif /* HAVE_AESGCM || HAVE_AESCCM */
|
||||
|
Reference in New Issue
Block a user