diff options
-rw-r--r-- | doc/Makefile.am | 8 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 2 | ||||
-rw-r--r-- | symbols.last | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e2ec552952..f76400786b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -953,6 +953,8 @@ FUNCS += functions/gnutls_ecc_curve_get_name FUNCS += functions/gnutls_ecc_curve_get_name.short FUNCS += functions/gnutls_ecc_curve_get_oid FUNCS += functions/gnutls_ecc_curve_get_oid.short +FUNCS += functions/gnutls_ecc_curve_get_pk +FUNCS += functions/gnutls_ecc_curve_get_pk.short FUNCS += functions/gnutls_ecc_curve_get_size FUNCS += functions/gnutls_ecc_curve_get_size.short FUNCS += functions/gnutls_ecc_curve_list @@ -999,8 +1001,6 @@ FUNCS += functions/gnutls_handshake_get_last_in FUNCS += functions/gnutls_handshake_get_last_in.short FUNCS += functions/gnutls_handshake_get_last_out FUNCS += functions/gnutls_handshake_get_last_out.short -FUNCS += functions/gnutls_handshake_set_false_start_function -FUNCS += functions/gnutls_handshake_set_false_start_function.short FUNCS += functions/gnutls_handshake_set_hook_function FUNCS += functions/gnutls_handshake_set_hook_function.short FUNCS += functions/gnutls_handshake_set_max_packet_length @@ -2299,6 +2299,10 @@ FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points.short FUNCS += functions/gnutls_x509_crt_deinit FUNCS += functions/gnutls_x509_crt_deinit.short +FUNCS += functions/gnutls_x509_crt_equals +FUNCS += functions/gnutls_x509_crt_equals.short +FUNCS += functions/gnutls_x509_crt_equals2 +FUNCS += functions/gnutls_x509_crt_equals2.short FUNCS += functions/gnutls_x509_crt_export FUNCS += functions/gnutls_x509_crt_export.short FUNCS += functions/gnutls_x509_crt_export2 diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 0208612978..7e73d4cc87 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -953,6 +953,8 @@ APIMANS += gnutls_x509_crt_check_issuer.3 APIMANS += gnutls_x509_crt_check_revocation.3 APIMANS += gnutls_x509_crt_cpy_crl_dist_points.3 APIMANS += gnutls_x509_crt_deinit.3 +APIMANS += gnutls_x509_crt_equals.3 +APIMANS += gnutls_x509_crt_equals2.3 APIMANS += gnutls_x509_crt_export.3 APIMANS += gnutls_x509_crt_export2.3 APIMANS += gnutls_x509_crt_get_activation_time.3 diff --git a/symbols.last b/symbols.last index eb9c39a1d7..18df02ca8b 100644 --- a/symbols.last +++ b/symbols.last @@ -168,6 +168,7 @@ gnutls_ecc_curve_get@GNUTLS_3_4 gnutls_ecc_curve_get_id@GNUTLS_3_4 gnutls_ecc_curve_get_name@GNUTLS_3_4 gnutls_ecc_curve_get_oid@GNUTLS_3_4 +gnutls_ecc_curve_get_pk@GNUTLS_3_4 gnutls_ecc_curve_get_size@GNUTLS_3_4 gnutls_ecc_curve_list@GNUTLS_3_4 gnutls_encode_ber_digest_info@GNUTLS_3_4 @@ -192,7 +193,6 @@ gnutls_handshake@GNUTLS_3_4 gnutls_handshake_description_get_name@GNUTLS_3_4 gnutls_handshake_get_last_in@GNUTLS_3_4 gnutls_handshake_get_last_out@GNUTLS_3_4 -gnutls_handshake_set_false_start_function@GNUTLS_3_4 gnutls_handshake_set_hook_function@GNUTLS_3_4 gnutls_handshake_set_max_packet_length@GNUTLS_3_4 gnutls_handshake_set_post_client_hello_function@GNUTLS_3_4 @@ -850,6 +850,8 @@ gnutls_x509_crt_check_issuer@GNUTLS_3_4 gnutls_x509_crt_check_revocation@GNUTLS_3_4 gnutls_x509_crt_cpy_crl_dist_points@GNUTLS_3_4 gnutls_x509_crt_deinit@GNUTLS_3_4 +gnutls_x509_crt_equals2@GNUTLS_3_4 +gnutls_x509_crt_equals@GNUTLS_3_4 gnutls_x509_crt_export2@GNUTLS_3_4 gnutls_x509_crt_export@GNUTLS_3_4 gnutls_x509_crt_get_activation_time@GNUTLS_3_4 |