summaryrefslogtreecommitdiffstats
path: root/crypto/install-crypto.com
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-17 15:57:04 +0200
committerRichard Levitte <richard@levitte.org>2014-06-18 13:43:09 +0200
commita61e509e9b4f0fa3034d2a9762058cce77f0b366 (patch)
tree38f2d2f8cccaae953cd7668e602f8c0f22af9f88 /crypto/install-crypto.com
parent1b823494de950f54d36681c2ab1ee28949f69328 (diff)
Adjust VMS build to Unix build. Most of all, make it so the disabled
algorithms MD2 and RC5 don't get built. Also, disable building the test apps in crypto/des and crypto/pkcs7, as they have no support at all.
Diffstat (limited to 'crypto/install-crypto.com')
-rwxr-xr-xcrypto/install-crypto.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/install-crypto.com b/crypto/install-crypto.com
index 85b3d583cf..af1d75b526 100755
--- a/crypto/install-crypto.com
+++ b/crypto/install-crypto.com
@@ -75,8 +75,8 @@ $!
$ sdirs := , -
'archd', -
objects, -
- md2, md4, md5, sha, mdc2, hmac, ripemd, whrlpool, -
- des, aes, rc2, rc4, rc5, idea, bf, cast, camellia, seed, -
+ md4, md5, sha, mdc2, hmac, ripemd, whrlpool, -
+ des, aes, rc2, rc4, idea, bf, cast, camellia, seed, -
bn, ec, rsa, dsa, ecdsa, dh, ecdh, dso, engine, -
buffer, bio, stack, lhash, rand, err, -
evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -