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

@@ -65,6 +65,8 @@
#ifndef HEADER_DSA_H
#define HEADER_DSA_H
#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_DSA
#error DSA is disabled.
#endif