Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.

This commit is contained in:
Richard Levitte
2003-03-20 23:21:51 +00:00
parent d3ae5b1c8a
commit 751ff1d376
4 changed files with 6 additions and 1 deletions

View File

@@ -56,10 +56,10 @@
* [including the GNU Public Licence.]
*/
#ifndef OPENSSL_NO_SHA
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#ifndef OPENSSL_NO_SHA
#include <openssl/bn.h>
#include <openssl/dsa.h>
#include <openssl/rand.h>