summaryrefslogtreecommitdiffstats
path: root/crypto/install.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-23 13:33:08 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-23 13:33:08 +0000
commit1f4eada3b467b28f6c8925a33f3a4a0d4f098f1d (patch)
treeac2c79ac664d3d1a3b803ce48264efc563fc0163 /crypto/install.com
parentb935754cb04f7c0bfe4c8c32b1bc0895bf323ec6 (diff)
Make sure ECDSA is built and tested on VMS.
Diffstat (limited to 'crypto/install.com')
-rw-r--r--crypto/install.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/install.com b/crypto/install.com
index b3d155e964..207ae2595b 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,DH,DSO,ENGINE,AES,-
+ BN,EC,RSA,DSA,ECDSA,DH,DSO,ENGINE,AES,-
BUFFER,BIO,STACK,LHASH,RAND,ERR,OBJECTS,-
EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,-
UI,KRB5
@@ -58,6 +58,7 @@ $ EXHEADER_BN := bn.h
$ EXHEADER_EC := ec.h
$ EXHEADER_RSA := rsa.h
$ EXHEADER_DSA := dsa.h
+$ EXHEADER_ECDSA := ecdsa.h
$ EXHEADER_DH := dh.h
$ EXHEADER_DSO := dso.h
$ EXHEADER_ENGINE := engine.h