Initial support for ASN1_ITEM_FUNCTION option to
authorDr. Stephen Henson <steve@openssl.org>
Fri, 23 Feb 2001 03:16:09 +0000 (03:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 23 Feb 2001 03:16:09 +0000 (03:16 +0000)
commitbb5ea36b962453c4d74dab15ac1897725a02707d
tree3bf427b77627b9c2a45c7f6288deda545822ccca
parente3a91640739c4c016e234550ed913e7f7f6970f9
Initial support for ASN1_ITEM_FUNCTION option to
change the way ASN1 modules are exported.

Still needs a bit of work for example the hack which a
dummy function prototype to avoid compilers warning about
multiple ;s.
34 files changed:
crypto/asn1/asn1.h
crypto/asn1/asn1t.h
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_bignum.c
crypto/asn1/x_long.c
crypto/asn1/x_name.c
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_srv.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_utl.c
crypto/pkcs7/pk7_doit.c
crypto/x509/x_all.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_ocsp.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/x509v3.h