Make sure we get the definition of OPENSSL_NO_IDEA.

This commit is contained in:
Richard Levitte 2003-03-20 23:28:55 +00:00
parent fb10590910
commit 786b0075d5

View File

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