summaryrefslogtreecommitdiff
path: root/asn1/x509af
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509af')
-rw-r--r--asn1/x509af/x509af.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf
index e0cf45e4d2..e8842d6c8b 100644
--- a/asn1/x509af/x509af.cnf
+++ b/asn1/x509af/x509af.cnf
@@ -71,7 +71,7 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate
%(DEFAULT_BODY)s
if(algorithm_id) {
- name = get_ber_oid_name(algorithm_id);
+ name = get_oid_str_name(algorithm_id);
proto_item_append_text(tree, " (%%s)", name ? name : algorithm_id);
}
@@ -88,7 +88,7 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate
%(DEFAULT_BODY)s
if(extension_id) {
- name = get_ber_oid_name(extension_id);
+ name = get_oid_str_name(extension_id);
proto_item_append_text(tree, " (%%s)", name ? name : extension_id);
}