diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:19:41 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:19:41 +0100 |
commit | 78951e771128452077388acf79c79c72f379dce1 (patch) | |
tree | d07fbbd100031b71ebfc37e957038c35172c42eb /crypto/dsa/dsa_err.c | |
parent | Make sure we get the definition of OPENSSL_NO_SOCK. (diff) | |
download | openssl-78951e771128452077388acf79c79c72f379dce1.tar.xz openssl-78951e771128452077388acf79c79c72f379dce1.zip |
Make sure we get the definition of OPENSSL_NO_ERR.
Diffstat (limited to 'crypto/dsa/dsa_err.c')
-rw-r--r-- | crypto/dsa/dsa_err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dsa/dsa_err.c b/crypto/dsa/dsa_err.c index 79aa4ff526..b1064f07eb 100644 --- a/crypto/dsa/dsa_err.c +++ b/crypto/dsa/dsa_err.c @@ -61,6 +61,7 @@ #include <stdio.h> #include <openssl/err.h> #include <openssl/dsa.h> +#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR |