aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-09 22:34:57 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-09 22:34:57 +0000
commit4705bd9b37c7b624c5fadaf31cedb978869be247 (patch)
tree3e928e18fd7eb4cbdacb96b9f2adc4ac918cd5b1 /crypto
parent5bd90983bcea25a7560ce31e337091349a5a7828 (diff)
downloadopenssl-4705bd9b37c7b624c5fadaf31cedb978869be247.zip
openssl-4705bd9b37c7b624c5fadaf31cedb978869be247.tar.gz
openssl-4705bd9b37c7b624c5fadaf31cedb978869be247.tar.bz2
A new header.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/install.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/install.com b/crypto/install.com
index 207ae25..f043a73 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,EC,RSA,DSA,ECDSA,DH,DSO,ENGINE,AES,-
+ BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,AES,-
BUFFER,BIO,STACK,LHASH,RAND,ERR,OBJECTS,-
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,-
UI,KRB5
@@ -60,6 +60,7 @@ $ EXHEADER_RSA := rsa.h
$ EXHEADER_DSA := dsa.h
$ EXHEADER_ECDSA := ecdsa.h
$ EXHEADER_DH := dh.h
+$ EXHEADER_ECDH := ecdh.h
$ EXHEADER_DSO := dso.h
$ EXHEADER_ENGINE := engine.h
$ EXHEADER_AES := aes.h