From 235bd7f8952dc4387b9021b31b8b683a60465d35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 4 Sep 2007 14:27:40 +0200 Subject: [PATCH] Guile: Fix `x509-certificate-dn-oid' and related functions. * guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0b6e06c4a..adad17b64 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ This breaks backwards compatibility with SRP in older versions of GnuTLS, but this is intentional to speed up the adoption of the official values. The old values we used were incorrect. +** Guile: Fix `x509-certificate-dn-oid' + ** API and ABI modifications: No changes since last version. -- 2.11.4.GIT