From 6f344eab038a9cc406f3ed53ee99533e3151855b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 5 Jun 2006 16:04:09 +0000 Subject: [PATCH] Fix obvious typo. --- crypto/asn1/d2i_pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c index 0f0e6b1ae4..42e5a4e651 100644 --- a/crypto/asn1/d2i_pr.c +++ b/crypto/asn1/d2i_pr.c @@ -61,7 +61,7 @@ #include #include #include -#include OPENSSL_NO_ENGINE +#ifndef OPENSSL_NO_ENGINE #include #endif #include -- 2.34.1