Unconditionally use SHA-1.

This commit is contained in:
Simon Josefsson 2007-01-17 14:35:40 +00:00
parent b4d7a4eede
commit 5c904b112e

View File

@ -35,9 +35,7 @@
* OF SUCH DAMAGE.
*/
#ifndef OPENSSL_NO_SHA
#include <openssl/sha.h>
#endif
#ifndef OPENSSL_NO_MD5
#include <openssl/md5.h>
#endif