aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/install.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-18 16:07:20 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-18 16:07:20 +0000
commit2aa4e2e2d4189f62879518b839f81f1fb1c7d31f (patch)
tree311afefb7153a079c11787c20e209c6cb520344d /crypto/install.com
parentc6cda0bdb70dac9a28d8952e814bcccd3377d992 (diff)
downloadopenssl-2aa4e2e2d4189f62879518b839f81f1fb1c7d31f.tar.gz
No engine stuff in the main trunk.
Diffstat (limited to 'crypto/install.com')
-rw-r--r--crypto/install.com3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/install.com b/crypto/install.com
index ea97665471..8c283c4ceb 100644
--- a/crypto/install.com
+++ b/crypto/install.com
@@ -34,7 +34,7 @@ $ IF F$PARSE("WRK_SSLINCLUDE:") .EQS. "" THEN -
$
$ SDIRS := ,MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,-
DES,RC2,RC4,RC5,IDEA,BF,CAST,-
- BN,RSA,DSA,DH,DSO,ENGINE,-
+ BN,RSA,DSA,DH,DSO,-
BUFFER,BIO,STACK,LHASH,RAND,ERR,OBJECTS,-
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP
$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h
@@ -57,7 +57,6 @@ $ EXHEADER_RSA := rsa.h
$ EXHEADER_DSA := dsa.h
$ EXHEADER_DH := dh.h
$ EXHEADER_DSO := dso.h
-$ EXHEADER_ENGINE := engine.h
$ EXHEADER_BUFFER := buffer.h
$ EXHEADER_BIO := bio.h
$ EXHEADER_STACK := stack.h,safestack.h