Make sure we get the definition of OPENSSL_NO_AES.

This commit is contained in:
Richard Levitte 2003-03-20 23:15:51 +00:00
parent d4a47a5778
commit 940767b03f

View File

@ -52,6 +52,8 @@
#ifndef HEADER_AES_H
#define HEADER_AES_H
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif