summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 18:40:55 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 18:40:55 +0100
commit1f0204d5d2535b980b0fffca6def185eeddec01e (patch)
tree2c876b88e64f1567b7eba0a5902c112dd6154dc2
parentf65d977d224b04e9d7954292d92045aa62ea8a4c (diff)
downloadgnutls-1f0204d5d2535b980b0fffca6def185eeddec01e.tar.gz
exported gnutls_x509_policy_release
-rw-r--r--NEWS6
-rw-r--r--lib/libgnutls.map2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b9c79a5db..fb8186d2bd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
+* Version 3.1.20 (unreleased)
+
+** API and ABI modifications:
+gnutls_x509_policy_release: Exported
+
+
* Version 3.1.19 (released 2014-01-24)
** libgnutls: Fix in OCSP certificate status extension handling
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 510d5a8341..c1d5eb78ad 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -872,7 +872,7 @@ GNUTLS_3_1_0 {
gnutls_sign_is_secure;
gnutls_pkcs11_privkey_generate2;
gnutls_x509_crt_get_policy;
- gnutls_certificate_policy_release;
+ gnutls_x509_policy_release;
gnutls_x509_crt_set_policy;
gnutls_pubkey_import_x509_crq;
gnutls_pubkey_print;