X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fasn_pack.c;h=e6051db2dc98d6fe81934fd1ed473abfb8a9d2a5;hb=18f62d4b82cc3101f3e1ae026c5e077193cfca5b;hp=e62eed2afad626debfb50494a68e85b37e5fa9f0;hpb=4e1209ebf8603d7f51a37d1645dfc0c09bac8686;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c index e62eed2afa..e6051db2dc 100644 --- a/crypto/asn1/asn_pack.c +++ b/crypto/asn1/asn_pack.c @@ -149,7 +149,7 @@ ASN1_STRING *ASN1_pack_string(void *obj, int (*i2d)(), ASN1_STRING **oct) /* ASN1_ITEM versions of the above */ -ASN1_STRING *ASN1_pack_item(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) +ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) { ASN1_STRING *octmp; @@ -179,7 +179,7 @@ ASN1_STRING *ASN1_pack_item(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) /* Extract an ASN1 object from an ASN1_STRING */ -void *ASN1_unpack_item(ASN1_STRING *oct, const ASN1_ITEM *it) +void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it) { unsigned char *p; void *ret;