summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-12-27 14:59:04 +0000
committerBen Laurie <ben@links.org>2015-12-29 12:52:06 +0000
commit33bed28b399adb42b33d9a23814a62096ab84cb4 (patch)
tree5263d94f79889f8c9a26c2b767f0502545c2ef5d /crypto/evp/pmeth_lib.c
parent41977c53cd04f52b2b5e56d31ace782577620ac3 (diff)
Fix no-engine.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index bbc4565816..a80fc33ccb 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -63,6 +63,7 @@
#ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
#endif
+#include <openssl/evp.h>
#include "internal/asn1_int.h"
#include "internal/evp_int.h"