909af3fa4b
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44364
14 lines
308 B
Diff
14 lines
308 B
Diff
--- a/ssl/t1_lib.c
|
|
+++ b/ssl/t1_lib.c
|
|
@@ -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"
|