Make sure we get the definition of OPENSSL_NO_ECDSA.

This commit is contained in:
Richard Levitte 2003-03-20 23:22:31 +00:00
parent 03829b2b47
commit 3b6aa36c77
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,8 @@
#ifndef HEADER_ECDSA_H
#define HEADER_ECDSA_H
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_ECDSA
#error ECDSA is disabled.
#endif

View File

@ -79,6 +79,8 @@
#include <stdlib.h>
#include <string.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ECDSA is defined */
#ifdef OPENSSL_NO_ECDSA
int main(int argc, char * argv[])
{