mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-26 18:26:31 +08:00
update crypto
This commit is contained in:
@@ -133,7 +133,7 @@ KDF_FUNC KDF_get_ibcs(const EVP_MD *md)
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_BLAKE2
|
||||
case NID_blake2b512:
|
||||
return ibcs_blake2s256kdf;
|
||||
return ibcs_blake2b512kdf;
|
||||
case NID_blake2s256:
|
||||
return ibcs_blake2s256kdf;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user