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:
3bac6d9
)
Typo. In DCL, the continuation character is a dash at the end of the
author
Richard Levitte
<levitte@openssl.org>
Mon, 4 Mar 2002 18:07:59 +0000
(18:07 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 4 Mar 2002 18:07:59 +0000
(18:07 +0000)
line, which I forgot when spliting one.
crypto/crypto-lib.com
patch
|
blob
|
history
diff --git
a/crypto/crypto-lib.com
b/crypto/crypto-lib.com
index ec6862e3c2895c28aa02fd3b01c2ae084a06b703..6edf5c2532141c4835743f0cfa05d68ea755a503 100644
(file)
--- a/
crypto/crypto-lib.com
+++ b/
crypto/crypto-lib.com
@@
-187,7
+187,7
@@
$ LIB_DES = "set_key,ecb_enc,cbc_enc,"+ -
"enc_read,enc_writ,ofb64enc,"+ -
"ofb_enc,str2key,pcbc_enc,qud_cksm,rand_key,"+ -
"des_enc,fcrypt_b,"+ -
- "fcrypt,xcbc_enc,rpc_enc,cbc_cksm,"+
+ "fcrypt,xcbc_enc,rpc_enc,cbc_cksm,"+
-
"ede_cbcm_enc,des_old,read2pwd"
$ LIB_RC2 = "rc2_ecb,rc2_skey,rc2_cbc,rc2cfb64,rc2ofb64"
$ LIB_RC4 = "rc4_skey,rc4_enc"