Commit b5dc9012 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarDr. Stephen Henson <steve@openssl.org>
parent b0b72328
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -113,9 +113,11 @@
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#ifndef OPENSSL_NO_EC
#ifdef OPENSSL_NO_EC2M
# include <openssl/ec.h>
#endif
#endif
#include <openssl/ocsp.h>
#include <openssl/rand.h>
#include "ssl_locl.h"