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

@@ -10,6 +10,8 @@
#include <stdio.h>
#include "internal/cryptlib.h"
#ifndef OPENSSL_NO_SHA1
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/sha.h>
@@ -231,3 +233,4 @@ const EVP_MD *EVP_sha512(void)
{
return (&sha512_md);
}
#endif