[openssl-commits] [openssl] OpenSSL_1_0_0-stable update
Richard Levitte
levitte at openssl.org
Wed Jan 14 20:02:13 UTC 2015
The branch OpenSSL_1_0_0-stable has been updated
via 0c8dc6ebe5a969a57fb678b793d0dea651e33af7 (commit)
from f4f1e808014e4cb37da4ef3bd3c292a759c38502 (commit)
- Log -----------------------------------------------------------------
commit 0c8dc6ebe5a969a57fb678b793d0dea651e33af7
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jan 14 19:17:17 2015 +0100
Fixup installation script for VMS
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/install-crypto.com | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/install-crypto.com b/crypto/install-crypto.com
index d19081d..1d9fa8c 100755
--- a/crypto/install-crypto.com
+++ b/crypto/install-crypto.com
@@ -76,12 +76,12 @@ $ sdirs := , -
'archd', -
objects, -
md4, md5, sha, mdc2, hmac, ripemd, whrlpool, -
- des, aes, rc2, rc4, idea, bf, cast, camellia, seed, -
+ des, aes, rc2, rc4, idea, bf, cast, camellia, seed, modes, -
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, -
ui, krb5, -
- cms, pqueue, ts, jpake, srp, store, cmac
+ cms, pqueue, ts, jpake, store
$!
$ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
$ exheader_'archd' := opensslconf.h
More information about the openssl-commits
mailing list