2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add openssl rsa

This commit is contained in:
Brian Wellington
2000-09-16 01:14:34 +00:00
parent 09523ae822
commit fe73980e87

View File

@@ -15,12 +15,92 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rename.h,v 1.10 2000/08/01 01:26:39 tale Exp $ */
/* $Id: rename.h,v 1.11 2000/09/16 01:14:34 bwelling Exp $ */
#ifndef SEC_RENAME_H
#define SEC_RENAME_H 1
#ifdef DST_USE_PRIVATE_OPENSSL
#define ASN1_BIT_STRING_free dst__openssl_ASN1_BIT_STRING_free
#define ASN1_BIT_STRING_get_bit dst__openssl_ASN1_BIT_STRING_get_bit
#define ASN1_BIT_STRING_new dst__openssl_ASN1_BIT_STRING_new
#define ASN1_BIT_STRING_set dst__openssl_ASN1_BIT_STRING_set
#define ASN1_BIT_STRING_set_bit dst__openssl_ASN1_BIT_STRING_set_bit
#define ASN1_ENUMERATED_free dst__openssl_ASN1_ENUMERATED_free
#define ASN1_ENUMERATED_get dst__openssl_ASN1_ENUMERATED_get
#define ASN1_ENUMERATED_new dst__openssl_ASN1_ENUMERATED_new
#define ASN1_ENUMERATED_set dst__openssl_ASN1_ENUMERATED_set
#define ASN1_ENUMERATED_to_BN dst__openssl_ASN1_ENUMERATED_to_BN
#define ASN1_GENERALIZEDTIME_check dst__openssl_ASN1_GENERALIZEDTIME_check
#define ASN1_GENERALIZEDTIME_free dst__openssl_ASN1_GENERALIZEDTIME_free
#define ASN1_GENERALIZEDTIME_new dst__openssl_ASN1_GENERALIZEDTIME_new
#define ASN1_GENERALIZEDTIME_set dst__openssl_ASN1_GENERALIZEDTIME_set
#define ASN1_GENERALIZEDTIME_set_string dst__openssl_ASN1_GENERALIZEDTIME_set_string
#define ASN1_IA5STRING_free dst__openssl_ASN1_IA5STRING_free
#define ASN1_IA5STRING_new dst__openssl_ASN1_IA5STRING_new
#define ASN1_INTEGER_cmp dst__openssl_ASN1_INTEGER_cmp
#define ASN1_INTEGER_dup dst__openssl_ASN1_INTEGER_dup
#define ASN1_INTEGER_free dst__openssl_ASN1_INTEGER_free
#define ASN1_INTEGER_get dst__openssl_ASN1_INTEGER_get
#define ASN1_INTEGER_new dst__openssl_ASN1_INTEGER_new
#define ASN1_INTEGER_set dst__openssl_ASN1_INTEGER_set
#define ASN1_INTEGER_to_BN dst__openssl_ASN1_INTEGER_to_BN
#define ASN1_OBJECT_create dst__openssl_ASN1_OBJECT_create
#define ASN1_OBJECT_free dst__openssl_ASN1_OBJECT_free
#define ASN1_OBJECT_new dst__openssl_ASN1_OBJECT_new
#define ASN1_OCTET_STRING_cmp dst__openssl_ASN1_OCTET_STRING_cmp
#define ASN1_OCTET_STRING_dup dst__openssl_ASN1_OCTET_STRING_dup
#define ASN1_OCTET_STRING_free dst__openssl_ASN1_OCTET_STRING_free
#define ASN1_OCTET_STRING_new dst__openssl_ASN1_OCTET_STRING_new
#define ASN1_OCTET_STRING_set dst__openssl_ASN1_OCTET_STRING_set
#define ASN1_PRINTABLESTRING_free dst__openssl_ASN1_PRINTABLESTRING_free
#define ASN1_PRINTABLESTRING_new dst__openssl_ASN1_PRINTABLESTRING_new
#define ASN1_PRINTABLE_type dst__openssl_ASN1_PRINTABLE_type
#define ASN1_STRING_cmp dst__openssl_ASN1_STRING_cmp
#define ASN1_STRING_data dst__openssl_ASN1_STRING_data
#define ASN1_STRING_dup dst__openssl_ASN1_STRING_dup
#define ASN1_STRING_free dst__openssl_ASN1_STRING_free
#define ASN1_STRING_length dst__openssl_ASN1_STRING_length
#define ASN1_STRING_length_set dst__openssl_ASN1_STRING_length_set
#define ASN1_STRING_new dst__openssl_ASN1_STRING_new
#define ASN1_STRING_set dst__openssl_ASN1_STRING_set
#define ASN1_STRING_type dst__openssl_ASN1_STRING_type
#define ASN1_STRING_type_new dst__openssl_ASN1_STRING_type_new
#define ASN1_T61STRING_free dst__openssl_ASN1_T61STRING_free
#define ASN1_T61STRING_new dst__openssl_ASN1_T61STRING_new
#define ASN1_TYPE_free dst__openssl_ASN1_TYPE_free
#define ASN1_TYPE_get dst__openssl_ASN1_TYPE_get
#define ASN1_TYPE_new dst__openssl_ASN1_TYPE_new
#define ASN1_TYPE_set dst__openssl_ASN1_TYPE_set
#define ASN1_UNIVERSALSTRING_to_string dst__openssl_ASN1_UNIVERSALSTRING_to_string
#define ASN1_UTCTIME_check dst__openssl_ASN1_UTCTIME_check
#define ASN1_UTCTIME_free dst__openssl_ASN1_UTCTIME_free
#define ASN1_UTCTIME_new dst__openssl_ASN1_UTCTIME_new
#define ASN1_UTCTIME_set dst__openssl_ASN1_UTCTIME_set
#define ASN1_UTCTIME_set_string dst__openssl_ASN1_UTCTIME_set_string
#define ASN1_UTF8STRING_free dst__openssl_ASN1_UTF8STRING_free
#define ASN1_UTF8STRING_new dst__openssl_ASN1_UTF8STRING_new
#define ASN1_VISIBLESTRING_free dst__openssl_ASN1_VISIBLESTRING_free
#define ASN1_VISIBLESTRING_new dst__openssl_ASN1_VISIBLESTRING_new
#define ASN1_check_infinite_end dst__openssl_ASN1_check_infinite_end
#define ASN1_get_object dst__openssl_ASN1_get_object
#define ASN1_object_size dst__openssl_ASN1_object_size
#define ASN1_put_object dst__openssl_ASN1_put_object
#define UTF8_getc dst__openssl_UTF8_getc
#define UTF8_putc dst__openssl_UTF8_putc
#define X509_ALGOR_free dst__openssl_X509_ALGOR_free
#define X509_ALGOR_new dst__openssl_X509_ALGOR_new
#define X509_SIG_free dst__openssl_X509_SIG_free
#define X509_SIG_new dst__openssl_X509_SIG_new
#define a2d_ASN1_OBJECT dst__openssl_a2d_ASN1_OBJECT
#define asn1_Finish dst__openssl_asn1_Finish
#define asn1_GetSequence dst__openssl_asn1_GetSequence
#define asn1_add_error dst__openssl_asn1_add_error
#define BN_BLINDING_convert dst__openssl_BN_BLINDING_convert
#define BN_BLINDING_free dst__openssl_BN_BLINDING_free
#define BN_BLINDING_invert dst__openssl_BN_BLINDING_invert
#define BN_BLINDING_new dst__openssl_BN_BLINDING_new
#define BN_BLINDING_update dst__openssl_BN_BLINDING_update
#define BN_CTX_end dst__openssl_BN_CTX_end
#define BN_CTX_free dst__openssl_BN_CTX_free
#define BN_CTX_get dst__openssl_BN_CTX_get
@@ -93,6 +173,8 @@
#define BN_sqr dst__openssl_BN_sqr
#define BN_sub dst__openssl_BN_sub
#define BN_sub_word dst__openssl_BN_sub_word
#define BN_to_ASN1_ENUMERATED dst__openssl_BN_to_ASN1_ENUMERATED
#define BN_to_ASN1_INTEGER dst__openssl_BN_to_ASN1_INTEGER
#define BN_uadd dst__openssl_BN_uadd
#define BN_ucmp dst__openssl_BN_ucmp
#define BN_usub dst__openssl_BN_usub
@@ -148,6 +230,31 @@
#define CRYPTO_set_mem_debug_options dst__openssl_CRYPTO_set_mem_debug_options
#define CRYPTO_set_mem_functions dst__openssl_CRYPTO_set_mem_functions
#define CRYPTO_thread_id dst__openssl_CRYPTO_thread_id
#define d2i_ASN1_BIT_STRING dst__openssl_d2i_ASN1_BIT_STRING
#define d2i_ASN1_ENUMERATED dst__openssl_d2i_ASN1_ENUMERATED
#define d2i_ASN1_GENERALIZEDTIME dst__openssl_d2i_ASN1_GENERALIZEDTIME
#define d2i_ASN1_IA5STRING dst__openssl_d2i_ASN1_IA5STRING
#define d2i_ASN1_INTEGER dst__openssl_d2i_ASN1_INTEGER
#define d2i_ASN1_OBJECT dst__openssl_d2i_ASN1_OBJECT
#define d2i_ASN1_OCTET_STRING dst__openssl_d2i_ASN1_OCTET_STRING
#define d2i_ASN1_PRINTABLE dst__openssl_d2i_ASN1_PRINTABLE
#define d2i_ASN1_PRINTABLESTRING dst__openssl_d2i_ASN1_PRINTABLESTRING
#define d2i_ASN1_SET dst__openssl_d2i_ASN1_SET
#define d2i_ASN1_SET_OF_ASN1_OBJECT dst__openssl_d2i_ASN1_SET_OF_ASN1_OBJECT
#define d2i_ASN1_SET_OF_ASN1_TYPE dst__openssl_d2i_ASN1_SET_OF_ASN1_TYPE
#define d2i_ASN1_SET_OF_X509_ALGOR dst__openssl_d2i_ASN1_SET_OF_X509_ALGOR
#define d2i_ASN1_T61STRING dst__openssl_d2i_ASN1_T61STRING
#define d2i_ASN1_TYPE dst__openssl_d2i_ASN1_TYPE
#define d2i_ASN1_UINTEGER dst__openssl_d2i_ASN1_UINTEGER
#define d2i_ASN1_UTCTIME dst__openssl_d2i_ASN1_UTCTIME
#define d2i_ASN1_UTF8STRING dst__openssl_d2i_ASN1_UTF8STRING
#define d2i_ASN1_VISIBLESTRING dst__openssl_d2i_ASN1_VISIBLESTRING
#define d2i_ASN1_bytes dst__openssl_d2i_ASN1_bytes
#define d2i_ASN1_type_bytes dst__openssl_d2i_ASN1_type_bytes
#define d2i_DIRECTORYSTRING dst__openssl_d2i_DIRECTORYSTRING
#define d2i_DISPLAYTEXT dst__openssl_d2i_DISPLAYTEXT
#define d2i_X509_ALGOR dst__openssl_d2i_X509_ALGOR
#define d2i_X509_SIG dst__openssl_d2i_X509_SIG
#define DH_OpenSSL dst__openssl_DH_OpenSSL
#define DH_compute_key dst__openssl_DH_compute_key
#define DH_free dst__openssl_DH_free
@@ -162,6 +269,10 @@
#define DH_set_ex_data dst__openssl_DH_set_ex_data
#define DH_set_method dst__openssl_DH_set_method
#define DH_size dst__openssl_DH_size
#define DIRECTORYSTRING_free dst__openssl_DIRECTORYSTRING_free
#define DIRECTORYSTRING_new dst__openssl_DIRECTORYSTRING_new
#define DISPLAYTEXT_free dst__openssl_DISPLAYTEXT_free
#define DISPLAYTEXT_new dst__openssl_DISPLAYTEXT_new
#define DSA_OpenSSL dst__openssl_DSA_OpenSSL
#define DSA_SIG_free dst__openssl_DSA_SIG_free
#define DSA_SIG_new dst__openssl_DSA_SIG_new
@@ -204,10 +315,50 @@
#define ERR_reason_error_string dst__openssl_ERR_reason_error_string
#define ERR_remove_state dst__openssl_ERR_remove_state
#define ERR_set_error_data dst__openssl_ERR_set_error_data
#define i2d_ASN1_BIT_STRING dst__openssl_i2d_ASN1_BIT_STRING
#define i2d_ASN1_ENUMERATED dst__openssl_i2d_ASN1_ENUMERATED
#define i2d_ASN1_GENERALIZEDTIME dst__openssl_i2d_ASN1_GENERALIZEDTIME
#define i2d_ASN1_IA5STRING dst__openssl_i2d_ASN1_IA5STRING
#define i2d_ASN1_INTEGER dst__openssl_i2d_ASN1_INTEGER
#define i2d_ASN1_OBJECT dst__openssl_i2d_ASN1_OBJECT
#define i2d_ASN1_OCTET_STRING dst__openssl_i2d_ASN1_OCTET_STRING
#define i2d_ASN1_PRINTABLE dst__openssl_i2d_ASN1_PRINTABLE
#define i2d_ASN1_PRINTABLESTRING dst__openssl_i2d_ASN1_PRINTABLESTRING
#define i2d_ASN1_SET dst__openssl_i2d_ASN1_SET
#define i2d_ASN1_SET_OF_ASN1_OBJECT dst__openssl_i2d_ASN1_SET_OF_ASN1_OBJECT
#define i2d_ASN1_SET_OF_ASN1_TYPE dst__openssl_i2d_ASN1_SET_OF_ASN1_TYPE
#define i2d_ASN1_SET_OF_X509_ALGOR dst__openssl_i2d_ASN1_SET_OF_X509_ALGOR
#define i2d_ASN1_TYPE dst__openssl_i2d_ASN1_TYPE
#define i2d_ASN1_UTCTIME dst__openssl_i2d_ASN1_UTCTIME
#define i2d_ASN1_UTF8STRING dst__openssl_i2d_ASN1_UTF8STRING
#define i2d_ASN1_VISIBLESTRING dst__openssl_i2d_ASN1_VISIBLESTRING
#define i2d_ASN1_bytes dst__openssl_i2d_ASN1_bytes
#define i2d_DIRECTORYSTRING dst__openssl_i2d_DIRECTORYSTRING
#define i2d_DISPLAYTEXT dst__openssl_i2d_DISPLAYTEXT
#define i2d_X509_ALGOR dst__openssl_i2d_X509_ALGOR
#define i2d_X509_SIG dst__openssl_i2d_X509_SIG
#define i2t_ASN1_OBJECT dst__openssl_i2t_ASN1_OBJECT
#define MD5_Final dst__openssl_MD5_Final
#define MD5_Init dst__openssl_MD5_Init
#define MD5_Transform dst__openssl_MD5_Transform
#define MD5_Update dst__openssl_MD5_Update
#define MGF1 dst__openssl_MGF1
#define OBJ_add_object dst__openssl_OBJ_add_object
#define OBJ_bsearch dst__openssl_OBJ_bsearch
#define OBJ_cleanup dst__openssl_OBJ_cleanup
#define OBJ_cmp dst__openssl_OBJ_cmp
#define OBJ_create dst__openssl_OBJ_create
#define OBJ_dup dst__openssl_OBJ_dup
#define OBJ_ln2nid dst__openssl_OBJ_ln2nid
#define OBJ_new_nid dst__openssl_OBJ_new_nid
#define OBJ_nid2ln dst__openssl_OBJ_nid2ln
#define OBJ_nid2obj dst__openssl_OBJ_nid2obj
#define OBJ_nid2sn dst__openssl_OBJ_nid2sn
#define OBJ_obj2nid dst__openssl_OBJ_obj2nid
#define OBJ_obj2txt dst__openssl_OBJ_obj2txt
#define OBJ_sn2nid dst__openssl_OBJ_sn2nid
#define OBJ_txt2nid dst__openssl_OBJ_txt2nid
#define OBJ_txt2obj dst__openssl_OBJ_txt2obj
#define RAND_SSLeay dst__openssl_RAND_SSLeay
#define RAND_add dst__openssl_RAND_add
#define RAND_bytes dst__openssl_RAND_bytes
@@ -216,8 +367,42 @@
#define RAND_pseudo_bytes dst__openssl_RAND_pseudo_bytes
#define RAND_seed dst__openssl_RAND_seed
#define RAND_set_rand_method dst__openssl_RAND_set_rand_method
#define RAND_status dst__openssl_RAND_status
#define rand_ssleay_meth dst__openssl_rand_ssleay_meth
#define RAND_status dst__openssl_RAND_status
#define RSA_PKCS1_SSLeay dst__openssl_RSA_PKCS1_SSLeay
#define RSA_blinding_off dst__openssl_RSA_blinding_off
#define RSA_blinding_on dst__openssl_RSA_blinding_on
#define RSA_check_key dst__openssl_RSA_check_key
#define RSA_flags dst__openssl_RSA_flags
#define RSA_free dst__openssl_RSA_free
#define RSA_generate_key dst__openssl_RSA_generate_key
#define RSA_get_default_method dst__openssl_RSA_get_default_method
#define RSA_get_ex_data dst__openssl_RSA_get_ex_data
#define RSA_get_ex_new_index dst__openssl_RSA_get_ex_new_index
#define RSA_get_method dst__openssl_RSA_get_method
#define RSA_memory_lock dst__openssl_RSA_memory_lock
#define RSA_new dst__openssl_RSA_new
#define RSA_new_method dst__openssl_RSA_new_method
#define RSA_padding_add_PKCS1_OAEP dst__openssl_RSA_padding_add_PKCS1_OAEP
#define RSA_padding_add_PKCS1_type_1 dst__openssl_RSA_padding_add_PKCS1_type_1
#define RSA_padding_add_PKCS1_type_2 dst__openssl_RSA_padding_add_PKCS1_type_2
#define RSA_padding_add_SSLv23 dst__openssl_RSA_padding_add_SSLv23
#define RSA_padding_add_none dst__openssl_RSA_padding_add_none
#define RSA_padding_check_PKCS1_OAEP dst__openssl_RSA_padding_check_PKCS1_OAEP
#define RSA_padding_check_PKCS1_type_1 dst__openssl_RSA_padding_check_PKCS1_type_1
#define RSA_padding_check_PKCS1_type_2 dst__openssl_RSA_padding_check_PKCS1_type_2
#define RSA_padding_check_SSLv23 dst__openssl_RSA_padding_check_SSLv23
#define RSA_padding_check_none dst__openssl_RSA_padding_check_none
#define RSA_private_decrypt dst__openssl_RSA_private_decrypt
#define RSA_private_encrypt dst__openssl_RSA_private_encrypt
#define RSA_public_decrypt dst__openssl_RSA_public_decrypt
#define RSA_public_encrypt dst__openssl_RSA_public_encrypt
#define RSA_set_default_method dst__openssl_RSA_set_default_method
#define RSA_set_ex_data dst__openssl_RSA_set_ex_data
#define RSA_set_method dst__openssl_RSA_set_method
#define RSA_sign dst__openssl_RSA_sign
#define RSA_size dst__openssl_RSA_size
#define RSA_verify dst__openssl_RSA_verify
#define SHA1 dst__openssl_SHA1
#define SHA1_Final dst__openssl_SHA1_Final
#define SHA1_Init dst__openssl_SHA1_Init
@@ -256,6 +441,44 @@
#define md5_block_data_order dst__openssl_md5_block_data_order
#define sha1_block_data_order dst__openssl_sha1_block_data_order
#define sha1_block_host_order dst__openssl_sha1_block_host_order
#define sk_ASN1_OBJECT_delete dst__openssl_sk_ASN1_OBJECT_delete
#define sk_ASN1_OBJECT_delete_ptr dst__openssl_sk_ASN1_OBJECT_delete_ptr
#define sk_ASN1_OBJECT_dup dst__openssl_sk_ASN1_OBJECT_dup
#define sk_ASN1_OBJECT_find dst__openssl_sk_ASN1_OBJECT_find
#define sk_ASN1_OBJECT_free dst__openssl_sk_ASN1_OBJECT_free
#define sk_ASN1_OBJECT_insert dst__openssl_sk_ASN1_OBJECT_insert
#define sk_ASN1_OBJECT_new dst__openssl_sk_ASN1_OBJECT_new
#define sk_ASN1_OBJECT_new_null dst__openssl_sk_ASN1_OBJECT_new_null
#define sk_ASN1_OBJECT_num dst__openssl_sk_ASN1_OBJECT_num
#define sk_ASN1_OBJECT_pop dst__openssl_sk_ASN1_OBJECT_pop
#define sk_ASN1_OBJECT_pop_free dst__openssl_sk_ASN1_OBJECT_pop_free
#define sk_ASN1_OBJECT_push dst__openssl_sk_ASN1_OBJECT_push
#define sk_ASN1_OBJECT_set dst__openssl_sk_ASN1_OBJECT_set
#define sk_ASN1_OBJECT_set_cmp_func dst__openssl_sk_ASN1_OBJECT_set_cmp_func
#define sk_ASN1_OBJECT_shift dst__openssl_sk_ASN1_OBJECT_shift
#define sk_ASN1_OBJECT_sort dst__openssl_sk_ASN1_OBJECT_sort
#define sk_ASN1_OBJECT_unshift dst__openssl_sk_ASN1_OBJECT_unshift
#define sk_ASN1_OBJECT_value dst__openssl_sk_ASN1_OBJECT_value
#define sk_ASN1_OBJECT_zero dst__openssl_sk_ASN1_OBJECT_zero
#define sk_ASN1_TYPE_delete dst__openssl_sk_ASN1_TYPE_delete
#define sk_ASN1_TYPE_delete_ptr dst__openssl_sk_ASN1_TYPE_delete_ptr
#define sk_ASN1_TYPE_dup dst__openssl_sk_ASN1_TYPE_dup
#define sk_ASN1_TYPE_find dst__openssl_sk_ASN1_TYPE_find
#define sk_ASN1_TYPE_free dst__openssl_sk_ASN1_TYPE_free
#define sk_ASN1_TYPE_insert dst__openssl_sk_ASN1_TYPE_insert
#define sk_ASN1_TYPE_new dst__openssl_sk_ASN1_TYPE_new
#define sk_ASN1_TYPE_new_null dst__openssl_sk_ASN1_TYPE_new_null
#define sk_ASN1_TYPE_num dst__openssl_sk_ASN1_TYPE_num
#define sk_ASN1_TYPE_pop dst__openssl_sk_ASN1_TYPE_pop
#define sk_ASN1_TYPE_pop_free dst__openssl_sk_ASN1_TYPE_pop_free
#define sk_ASN1_TYPE_push dst__openssl_sk_ASN1_TYPE_push
#define sk_ASN1_TYPE_set dst__openssl_sk_ASN1_TYPE_set
#define sk_ASN1_TYPE_set_cmp_func dst__openssl_sk_ASN1_TYPE_set_cmp_func
#define sk_ASN1_TYPE_shift dst__openssl_sk_ASN1_TYPE_shift
#define sk_ASN1_TYPE_sort dst__openssl_sk_ASN1_TYPE_sort
#define sk_ASN1_TYPE_unshift dst__openssl_sk_ASN1_TYPE_unshift
#define sk_ASN1_TYPE_value dst__openssl_sk_ASN1_TYPE_value
#define sk_ASN1_TYPE_zero dst__openssl_sk_ASN1_TYPE_zero
#define sk_CRYPTO_EX_DATA_FUNCS_delete \
dst__openssl_sk_CRYPTO_EX_DATA_FUNCS_delete
#define sk_CRYPTO_EX_DATA_FUNCS_delete_ptr \
@@ -304,6 +527,25 @@
#define sk_sort dst__openssl_sk_sort
#define sk_unshift dst__openssl_sk_unshift
#define sk_value dst__openssl_sk_value
#define sk_X509_ALGOR_delete dst__openssl_sk_X509_ALGOR_delete
#define sk_X509_ALGOR_delete_ptr dst__openssl_sk_X509_ALGOR_delete_ptr
#define sk_X509_ALGOR_dup dst__openssl_sk_X509_ALGOR_dup
#define sk_X509_ALGOR_find dst__openssl_sk_X509_ALGOR_find
#define sk_X509_ALGOR_free dst__openssl_sk_X509_ALGOR_free
#define sk_X509_ALGOR_insert dst__openssl_sk_X509_ALGOR_insert
#define sk_X509_ALGOR_new dst__openssl_sk_X509_ALGOR_new
#define sk_X509_ALGOR_new_null dst__openssl_sk_X509_ALGOR_new_null
#define sk_X509_ALGOR_num dst__openssl_sk_X509_ALGOR_num
#define sk_X509_ALGOR_pop dst__openssl_sk_X509_ALGOR_pop
#define sk_X509_ALGOR_pop_free dst__openssl_sk_X509_ALGOR_pop_free
#define sk_X509_ALGOR_push dst__openssl_sk_X509_ALGOR_push
#define sk_X509_ALGOR_set dst__openssl_sk_X509_ALGOR_set
#define sk_X509_ALGOR_set_cmp_func dst__openssl_sk_X509_ALGOR_set_cmp_func
#define sk_X509_ALGOR_shift dst__openssl_sk_X509_ALGOR_shift
#define sk_X509_ALGOR_sort dst__openssl_sk_X509_ALGOR_sort
#define sk_X509_ALGOR_unshift dst__openssl_sk_X509_ALGOR_unshift
#define sk_X509_ALGOR_value dst__openssl_sk_X509_ALGOR_value
#define sk_X509_ALGOR_zero dst__openssl_sk_X509_ALGOR_zero
#define sk_zero dst__openssl_sk_zero
#define DH_version dst__openssl_DH_version
#define DSA_version dst__openssl_DSA_version