diff options
author | Richard Levitte <levitte@openssl.org> | 2005-08-27 06:31:57 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2005-08-27 06:31:57 +0200 |
commit | 64b6840d8d9ae10cb3ff65bd7fa1a5a3622fa2fe (patch) | |
tree | b0341e47337bb36347d9878d7c1c25e4d0be8776 /crypto/crypto-lib.com | |
parent | Keep cipher lists sorted in the source instead of sorting them at (diff) | |
download | openssl-64b6840d8d9ae10cb3ff65bd7fa1a5a3622fa2fe.tar.xz openssl-64b6840d8d9ae10cb3ff65bd7fa1a5a3622fa2fe.zip |
Synchronise with Unix changes.
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 f8de4736bb..f6d4a46725 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -241,7 +241,7 @@ $ LIB_ASN1 = "a_object,a_bitstr,a_utctm,a_gentm,a_time,a_int,a_octet,"+ - $ LIB_ASN1_2 = "t_req,t_x509,t_x509a,t_crl,t_pkey,t_spki,t_bitst,"+ - "tasn_new,tasn_fre,tasn_enc,tasn_dec,tasn_utl,tasn_typ,"+ - "f_int,f_string,n_pkey,"+ - - "f_enum,a_hdr,x_pkey,a_bool,x_exten,"+ - + "f_enum,x_pkey,a_bool,x_exten,"+ - "asn1_gen,asn1_par,asn1_lib,asn1_err,a_meth,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,"+ - |