mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 23:43:41 +08:00
first step of v2 final release
This commit is contained in:
@@ -307,8 +307,8 @@ const EVP_CIPHER *EVP_des_ede3(void)
|
||||
return &des_ede3_ecb;
|
||||
}
|
||||
|
||||
|
||||
# include <openssl/sha.h>
|
||||
# ifndef OPENSSL_NO_SHA
|
||||
# include <openssl/sha.h>
|
||||
|
||||
static const unsigned char wrap_iv[8] =
|
||||
{ 0x4a, 0xdd, 0xa2, 0x2c, 0x79, 0xe8, 0x21, 0x05 };
|
||||
@@ -420,5 +420,5 @@ const EVP_CIPHER *EVP_des_ede3_wrap(void)
|
||||
{
|
||||
return &des3_wrap;
|
||||
}
|
||||
|
||||
# endif /* OPENSSL_NO_SHA */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user