Make sure we get the definition of OPENSSL_NO_CAST.

This commit is contained in:
Richard Levitte 2003-03-20 23:28:27 +00:00
parent abf21308d2
commit fb10590910

View File

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