summaryrefslogtreecommitdiffstats
path: root/makevms.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 /makevms.com
parentb935754cb04f7c0bfe4c8c32b1bc0895bf323ec6 (diff)
Make sure ECDSA is built and tested on VMS.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com
index e5c1edbe0e..39f4917774 100755
--- a/makevms.com
+++ b/makevms.com
@@ -435,7 +435,7 @@ $! Copy All The ".H" Files From The [.CRYPTO] Directory Tree.
$!
$ 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
$ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h,-
@@ -458,6 +458,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