From: Nikos Mavrogiannopoulos Date: Mon, 7 Feb 2011 15:54:08 +0000 (+0100) Subject: Removed leftovers from OPRFI extension. X-Git-Tag: gnutls_2_99_0~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fde8ca28df9eabf495c9fd81d8a6bbdb5d28ab22;p=thirdparty%2Fgnutls.git Removed leftovers from OPRFI extension. --- diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index af5fca918b..b323d23bbe 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -71,7 +71,7 @@ IGNORE_HFILES=compat.h gnutlsxx.h # cd lib/ && echo *.h | sed 's/crypto.h//' IGNORE_HFILES += auth_anon.h auth_cert.h auth_dh_common.h auth_psk.h \ auth_psk_passwd.h auth_srp.h auth_srp_passwd.h config.h \ - debug.h ext_cert_type.h ext_max_record.h ext_oprfi.h \ + debug.h ext_cert_type.h ext_max_record.h \ ext_safe_renegotiation.h ext_server_name.h \ ext_session_ticket.h ext_signature.h ext_srp.h \ gnutls_algorithms.h gnutls_auth.h gnutls_buffers.h \ diff --git a/lib/libgnutls.map b/lib/libgnutls.map index d0b178b702..1dda938e2c 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -230,8 +230,6 @@ GNUTLS_1_4 gnutls_openpgp_privkey_set_preferred_key_id; gnutls_openpgp_send_cert; gnutls_openpgp_set_recv_key_function; - gnutls_oprfi_enable_client; - gnutls_oprfi_enable_server; gnutls_pem_base64_decode; gnutls_pem_base64_decode_alloc; gnutls_pem_base64_encode;