Commit fb105909 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_CAST.

parent abf21308
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"