summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-14 11:59:02 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-14 11:59:02 +0000
commit2643b122fcd453a490ff560a5aebeb557933598c (patch)
tree232fc281eee06faaa066a5333589dee72be52160 /crypto/crypto-lib.com
parent88db657ac2464c3da461685f6dcc4e649f757109 (diff)
Remove the password reading objects from LIB_DES.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 7c74b8745c..bc0f986639 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -186,8 +186,8 @@ $ LIB_DES = "set_key,ecb_enc,cbc_enc,"+ -
"ecb3_enc,cfb64enc,cfb64ede,cfb_enc,ofb64ede,"+ -
"enc_read,enc_writ,ofb64enc,"+ -
"ofb_enc,str2key,pcbc_enc,qud_cksm,rand_key,"+ -
- "des_enc,fcrypt_b,read2pwd,"+ -
- "fcrypt,xcbc_enc,read_pwd,rpc_enc,cbc_cksm,ede_cbcm_enc"
+ "des_enc,fcrypt_b,"+ -
+ "fcrypt,xcbc_enc,rpc_enc,cbc_cksm,ede_cbcm_enc"
$ LIB_RC2 = "rc2_ecb,rc2_skey,rc2_cbc,rc2cfb64,rc2ofb64"
$ LIB_RC4 = "rc4_skey,rc4_enc"
$ LIB_RC5 = "rc5_skey,rc5_ecb,rc5_enc,rc5cfb64,rc5ofb64"
@@ -270,7 +270,7 @@ $ LIB_COMP = "comp_lib,"+ -
$ LIB_OCSP = "ocsp_asn,ocsp_ext,ocsp_ht,ocsp_lib,ocsp_cl,"+ -
"ocsp_srv,ocsp_prn,ocsp_vfy,ocsp_err"
$ LIB_UI_COMPAT = "ui_compat"
-$ LIB_UI = "ui_er,ui_lib,ui_openssl,"+LIB_UI_COMPAT
+$ LIB_UI = "ui_err,ui_lib,ui_openssl,"+LIB_UI_COMPAT
$!
$! Setup exceptional compilations
$!