mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-11 08:23:50 +08:00
Add 128-EEA3, 128-EIA3, ZUC-MAC, ZUC256, ZUC256-MAC and EVP_zuc256
This commit is contained in:
@@ -293,5 +293,6 @@ void openssl_add_all_ciphers_int(void)
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_ZUC
|
||||
EVP_add_cipher(EVP_zuc());
|
||||
EVP_add_cipher(EVP_zuc256());
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user