mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
sms4 evp bug fixes
This commit is contained in:
@@ -335,7 +335,6 @@ static const EVP_CIPHER sms4_ccm = {
|
||||
};
|
||||
|
||||
const EVP_CIPHER *EVP_sms4_ccm(void) {
|
||||
return NULL;
|
||||
return &sms4_ccm;
|
||||
}
|
||||
#endif /* OPENSSL_NO_SMS4 */
|
||||
|
||||
Reference in New Issue
Block a user