X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fasn1_locl.h;h=491a73693336b82953239697dba3de978bc57668;hp=aa10beaff00ec8ee5643c8dd35c1ad7969ea98c1;hb=23dc1706e8727642ee7bc3dc985a3068a524e3bd;hpb=ee9d76371ae8ea433c19162c2e1522dcd188e556;ds=sidebyside diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h index aa10beaff0..491a736933 100644 --- a/crypto/asn1/asn1_locl.h +++ b/crypto/asn1/asn1_locl.h @@ -105,11 +105,6 @@ struct x509_crl_method_st { int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk); }; -int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, - const ASN1_ITEM *it); -int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, - int utype, char *free_cont, const ASN1_ITEM *it); - int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);