update config

This commit is contained in:
Zhi Guan
2017-03-23 20:50:15 +08:00
parent 775e3dc3f0
commit 72497f1305
9 changed files with 56 additions and 11 deletions

View File

@@ -8,6 +8,9 @@
*/
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_AES
NON_EMPTY_TRANSLATION_UNIT
#else
#include <stdio.h>
#include <string.h>
@@ -937,3 +940,4 @@ const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void)
return NULL;
}
#endif
#endif