Fix no-ec with no-ec2m
Fix builds config'd with no-ec and no-ec2m. Technically this combination is redundant - but the fix is straight forward. Fix from OpenWrt. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
@@ -113,9 +113,11 @@
|
|||||||
#include <openssl/objects.h>
|
#include <openssl/objects.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/hmac.h>
|
#include <openssl/hmac.h>
|
||||||
|
#ifndef OPENSSL_NO_EC
|
||||||
#ifdef OPENSSL_NO_EC2M
|
#ifdef OPENSSL_NO_EC2M
|
||||||
# include <openssl/ec.h>
|
# include <openssl/ec.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#include <openssl/ocsp.h>
|
#include <openssl/ocsp.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include "ssl_locl.h"
|
#include "ssl_locl.h"
|
||||||
|
Reference in New Issue
Block a user