summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-03-04 18:07:59 +0000
committerRichard Levitte <levitte@openssl.org>2002-03-04 18:07:59 +0000
commita08ee55e2d265f3c73964baef8cefc5ecbe79a02 (patch)
treeb63a05092de1cbf2d8249bbb4640dbc722536260 /crypto/crypto-lib.com
parent3bac6d947949153efdb0c0864743dbcfdbec5ab9 (diff)
Typo. In DCL, the continuation character is a dash at the end of the
line, which I forgot when spliting one.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index ec6862e3c2..6edf5c2532 100644
--- 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"