summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-17 15:45:43 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-17 15:45:43 +0000
commit5ef8093732ab22266a69043e1209be80eb8b83c2 (patch)
tree75001fd00f1b3798f628556deb93635081d402d7 /util
parent6d50071e84b3ce6e7ddfe11af0b9fab50f31f3ea (diff)
Oops, no engine in the main trunk.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 0 insertions, 1 deletions
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";