projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0caa1c1
)
The VMS build script was missing a couple of modules.
author
Richard Levitte
<levitte@openssl.org>
Wed, 14 Mar 2001 13:39:30 +0000
(13:39 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 14 Mar 2001 13:39:30 +0000
(13:39 +0000)
Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
crypto/crypto-lib.com
patch
|
blob
|
history
diff --git
a/crypto/crypto-lib.com
b/crypto/crypto-lib.com
index edffeffde1293aa2e2217aec5cce4d05eb3b167a..70b98f2779d706a02b20568e1dba2e4bbcc54492 100644
(file)
--- a/
crypto/crypto-lib.com
+++ b/
crypto/crypto-lib.com
@@
-174,7
+174,7
@@
$!
$ APPS_DES = "DES/DES,CBC3_ENC"
$ APPS_PKCS7 = "ENC/ENC;DEC/DEC;SIGN/SIGN;VERIFY/VERIFY,EXAMPLE"
$
-$ LIB_ = "cryptlib,mem,mem_dbg,cversion,ex_data,tmdiff,cpt_err"
+$ LIB_ = "cryptlib,mem,mem_dbg,cversion,ex_data,tmdiff,cpt_err
,ebcdic,uid
"
$ LIB_MD2 = "md2_dgst,md2_one"
$ LIB_MD4 = "md4_dgst,md4_one"
$ LIB_MD5 = "md5_dgst,md5_one"