diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-25 09:42:16 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-25 10:04:18 +0100 |
commit | d3fedf9da0df6a6097c368679356b2fc1058c6f3 (patch) | |
tree | 182619eb3f5fb86859185a296d1a278e86222c3e /lib/libgnutls.map | |
parent | 9d0ba0df29a2c427454ababbe8f1e7d8791b5f3a (diff) | |
download | gnutls-d3fedf9da0df6a6097c368679356b2fc1058c6f3.tar.gz |
Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNUTLS_DT_RFC822NAME
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 17afce0131..fe910a3b6c 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1026,6 +1026,8 @@ GNUTLS_3_4 gnutls_do_send_supplemental; gnutls_ext_get_data; gnutls_ext_set_data; + gnutls_openpgp_crt_check_email; + gnutls_x509_crt_check_email; local: *; }; |