From: Andy Polyakov Date: Mon, 5 Jun 2006 16:04:09 +0000 (+0000) Subject: Fix obvious typo. X-Git-Tag: OpenSSL_0_9_8k^2~1263 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6f344eab038a9cc406f3ed53ee99533e3151855b;ds=sidebyside Fix obvious typo. --- 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