mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
FIx OPENSSL_NO_ASYNC macro
`apps/passwd.c` need to be modified when MD5 or DES is missing.
This commit is contained in:
@@ -183,10 +183,10 @@ static FUNCTION functions[] = {
|
||||
#ifndef OPENSSL_NO_OTP
|
||||
{ FT_general, "otp", otp_main, otp_options },
|
||||
#endif
|
||||
#if !defined(OPENSSL_NO_MD5) && !defined(OPENSSL_DES)
|
||||
{ FT_general, "passwd", passwd_main, passwd_options },
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_DES
|
||||
{ FT_general, "pkcs12", pkcs12_main, pkcs12_options },
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_PKCS7
|
||||
{ FT_general, "pkcs7", pkcs7_main, pkcs7_options },
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user