summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-08-17 15:45:20 +0200
committerDaiki Ueno <ueno@gnu.org>2018-08-23 13:08:07 +0000
commit8fc0f36294b38bd77efa92f0f793cbb64dc98286 (patch)
treee9efec149ed2dbed24978a20550beae7e70256ce /lib/libgnutls.map
parenteedcaa695277653230ede9adb703dac97cdea7e1 (diff)
downloadgnutls-8fc0f36294b38bd77efa92f0f793cbb64dc98286.tar.gz
tls13/psk_ext_parser: simplify the iterator interface
Previously it was unclear whether psk_ext_parser_st is stateful or not. This change introduces the simpler API to iterate over the immutable data (psk_ext_parser_st), following the iterator pattern. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index c20dd33cfe..dd77025f07 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1290,8 +1290,8 @@ GNUTLS_PRIVATE_3_4 {
# PSK extension parser unit test
_gnutls13_psk_ext_parser_init;
- _gnutls13_psk_ext_parser_next_psk;
- _gnutls13_psk_ext_parser_find_binder;
+ _gnutls13_psk_ext_iter_next_identity;
+ _gnutls13_psk_ext_iter_next_binder;
# Internal symbols needed by gnutls-cli-debug:
_gnutls_rsa_pms_set_version;