diff options
author | Richard Levitte <levitte@openssl.org> | 2005-09-01 16:24:43 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2005-09-01 16:24:43 +0200 |
commit | 6273a91cb73ce563b8246d1b1d85476535057def (patch) | |
tree | 455661dd865741773c95d0d9207a97f3b3e4eb29 /crypto/crypto-lib.com | |
parent | Initial support for ASN1 print code. (diff) | |
download | openssl-6273a91cb73ce563b8246d1b1d85476535057def.tar.xz openssl-6273a91cb73ce563b8246d1b1d85476535057def.zip |
Synchronise with Unixly build.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r-- | crypto/crypto-lib.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 7859dd321a..354dcd73ae 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -245,7 +245,7 @@ $ LIB_ASN1_2 = "t_req,t_x509,t_x509a,t_crl,t_pkey,t_spki,t_bitst,"+ - "asn1_gen,asn1_par,asn1_lib,asn1_err,a_bytes,a_strnid,"+ - "evp_asn1,asn_pack,p5_pbe,p5_pbev2,p8_pkey,asn_moid" $ LIB_PEM = "pem_sign,pem_seal,pem_info,pem_lib,pem_all,pem_err,"+ - - "pem_x509,pem_xaux,pem_oth,pem_pk8,pem_pkey" + "pem_x509,pem_xaux,pem_oth,pem_pk8,pem_pkey,pvkfmt" $ LIB_X509 = "x509_def,x509_d2,x509_r2x,x509_cmp,"+ - "x509_obj,x509_req,x509spki,x509_vfy,"+ - "x509_set,x509cset,x509rset,x509_err,"+ - |