summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-02 12:53:54 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-02 15:40:18 +0200
commitcf73cf2e8d8045ea480de0f667668ee3464d0546 (patch)
tree1c6f4931e2838b22835ec1a0c7715295b05412e6 /lib/libgnutls.map
parent4ca8dedc8ec0127ce3ecaa3829882e32bc5f130e (diff)
downloadgnutls-cf73cf2e8d8045ea480de0f667668ee3464d0546.tar.gz
exported gnutls_x509_crt_equals() and gnutls_x509_crt_equals2()
These functions provide a way to compare parsed certificates. They were used internally and they are quite useful to be made available.
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 84c9faf591..8340933e97 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1084,6 +1084,8 @@ GNUTLS_3_4
gnutls_x509_crq_get_pk_oid;
gnutls_x509_crl_get_signature_oid;
gnutls_ecc_curve_get_pk;
+ gnutls_x509_crt_equals;
+ gnutls_x509_crt_equals2;
local:
*;
};