From: Richard Levitte Date: Sun, 17 Sep 2000 15:45:43 +0000 (+0000) Subject: Oops, no engine in the main trunk. X-Git-Tag: OpenSSL-engine-0_9_6-beta2~2^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5ef8093732ab22266a69043e1209be80eb8b83c2;p=oweals%2Fopenssl.git Oops, no engine in the main trunk. --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 318d3a8aed..b673e05a7b 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -179,7 +179,6 @@ $crypto.=" crypto/dsa/dsa.h" unless $no_dsa; $crypto.=" crypto/dh/dh.h" unless $no_dh; $crypto.=" crypto/hmac/hmac.h" unless $no_hmac; -$crypto.=" crypto/engine/engine.h"; $crypto.=" crypto/stack/stack.h"; $crypto.=" crypto/buffer/buffer.h"; $crypto.=" crypto/bio/bio.h";