From 7e262db69330f8bf7ae009c513f3910fba06e55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 13 Jan 2008 14:07:41 +0000 Subject: [PATCH] Replace hx509_name_to_der_name with hx509_name_binary. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22431 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/version-script.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/version-script.map b/lib/hx509/version-script.map index 355d0f5da..1a85272d9 100644 --- a/lib/hx509/version-script.map +++ b/lib/hx509/version-script.map @@ -122,7 +122,7 @@ HEIMDAL_X509_1.0 { hx509_name_is_null_p; hx509_name_normalize; hx509_name_to_Name; - hx509_name_to_der_name; + hx509_name_binary; hx509_name_to_string; hx509_ocsp_request; hx509_ocsp_verify;