diff options
author | ulf <ulf> | 1999-05-13 11:36:17 +0000 |
---|---|---|
committer | ulf <ulf> | 1999-05-13 11:36:17 +0000 |
commit | 2cc126dfa04c645b99cef86ecccb2f6144734044 (patch) | |
tree | 263d18e2cb37dcbcb922a3b59a7924b80405a59c /crypto/Makefile.ssl | |
parent | 8b302a24f1b4dff26960a5a5837415b0b1ae0a31 (diff) | |
download | openssl-2cc126dfa04c645b99cef86ecccb2f6144734044.tar.gz |
VMS support.
Submitted by: Richard Levitte <richard@levitte.org>
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r-- | crypto/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 15b1f11b4..4806eeeb7 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -31,7 +31,7 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \ buffer bio stack lhash rand err objects \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp -GENERAL=Makefile README +GENERAL=Makefile README crypto-lib.com install.com LIB= $(TOP)/libcrypto.a LIBSRC= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c |