Make sure we get the definition of OPENSSL_NO_BF.

This commit is contained in:
Richard Levitte 2003-03-20 23:28:16 +00:00
parent 8c84b677e2
commit abf21308d2

View File

@ -56,9 +56,9 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#ifndef OPENSSL_NO_BF
#include <stdio.h> #include <stdio.h>
#include "cryptlib.h" #include "cryptlib.h"
#ifndef OPENSSL_NO_BF
#include <openssl/evp.h> #include <openssl/evp.h>
#include "evp_locl.h" #include "evp_locl.h"
#include <openssl/objects.h> #include <openssl/objects.h>