aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-03-22 14:31:03 +0000
committerRichard Levitte <levitte@openssl.org>2006-03-22 14:31:03 +0000
commit043b2e9c2ec57da817457c8108c13cf90ce572cb (patch)
tree54bdcd39e9e9a43f307ad7c0703d56e0c6426d68 /crypto/crypto-lib.com
parent1b593194bed99926068d03d46d16d0659b6eba58 (diff)
downloadopenssl-043b2e9c2ec57da817457c8108c13cf90ce572cb.tar.gz
Keep up with the changes in the Unix build system.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 4074b71473..9f4d83b938 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -192,15 +192,15 @@ $ LIB_BN = "bn_add,bn_div,bn_exp,bn_lib,bn_ctx,bn_mul,bn_mod,"+ -
"bn_depr,bn_const"
$ LIB_EC = "ec_lib,ecp_smpl,ecp_mont,ecp_nist,ec_cvt,ec_mult,"+ -
"ec_err,ec_curve,ec_check,ec_print,ec_asn1,ec_key,"+ -
- "ec2_smpl,ec2_mult,ec_ameth"
+ "ec2_smpl,ec2_mult,ec_ameth,eck_prn"
$ LIB_RSA = "rsa_eay,rsa_gen,rsa_lib,rsa_sign,rsa_saos,rsa_err,"+ -
"rsa_pk1,rsa_ssl,rsa_none,rsa_oaep,rsa_chk,rsa_null,"+ -
- "rsa_pss,rsa_x931,rsa_asn1,rsa_depr,rsa_ameth"
+ "rsa_pss,rsa_x931,rsa_asn1,rsa_depr,rsa_ameth,rsa_prn"
$ LIB_DSA = "dsa_gen,dsa_key,dsa_lib,dsa_asn1,dsa_vrf,dsa_sign,"+ -
- "dsa_err,dsa_ossl,dsa_depr,dsa_ameth"
+ "dsa_err,dsa_ossl,dsa_depr,dsa_ameth,dsa_prn"
$ LIB_ECDSA = "ecs_lib,ecs_asn1,ecs_ossl,ecs_sign,ecs_vrf,ecs_err"
$ LIB_DH = "dh_asn1,dh_gen,dh_key,dh_lib,dh_check,dh_err,dh_depr,"+ -
- "dh_ameth"
+ "dh_ameth,dh_prn"
$ LIB_ECDH = "ech_lib,ech_ossl,ech_key,ech_err"
$ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ -
"dso_openssl,dso_win32,dso_vms"