FIx OPENSSL_NO_ASYNC macro

`apps/passwd.c` need to be modified when MD5 or DES is missing.
This commit is contained in:
Zhi Guan
2018-01-05 13:44:35 +08:00
parent 38395c5c80
commit 0803f0a034
4 changed files with 5347 additions and 5347 deletions

View File

@@ -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