diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-11-13 14:39:41 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-11-13 15:13:33 +0100 |
commit | 118f4d1d0b60c736995e8f3b104adecccf50c912 (patch) | |
tree | 68ff3ffcd3d58ea9bac9cc9a1e356d7db808beb7 /lib/libgnutls.map | |
parent | 7e7292c25373c815ee813045c1a759bc16dafcc3 (diff) | |
download | gnutls-118f4d1d0b60c736995e8f3b104adecccf50c912.tar.gz |
Added gnutls_ocsp_resp_get_responder_by_key()
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 9a880c2a1d..340832c32a 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1062,6 +1062,7 @@ GNUTLS_3_1_0 { gnutls_memcmp; gnutls_pkcs12_bag_set_privkey; gnutls_x509_privkey_set_pin_function; + gnutls_ocsp_resp_get_responder_by_key; } GNUTLS_3_0_0; GNUTLS_FIPS140 { |