diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:58:31 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:58:31 +0300 |
commit | 1e5926b916901f05acb5474e056989b592c011a3 (patch) | |
tree | ae4e3269dfef4e441539d9c8797072d8e21aa168 /contrib/restricted/aws/s2n/tls/s2n_post_handshake.h | |
parent | 3b51ba21855488020df8a45b52e443ef24215ec4 (diff) | |
download | ydb-1e5926b916901f05acb5474e056989b592c011a3.tar.gz |
Update contrib/restricted/aws/s2n to 1.3.33
Diffstat (limited to 'contrib/restricted/aws/s2n/tls/s2n_post_handshake.h')
-rw-r--r-- | contrib/restricted/aws/s2n/tls/s2n_post_handshake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/aws/s2n/tls/s2n_post_handshake.h b/contrib/restricted/aws/s2n/tls/s2n_post_handshake.h index 57a4f2b4e7..56621df778 100644 --- a/contrib/restricted/aws/s2n/tls/s2n_post_handshake.h +++ b/contrib/restricted/aws/s2n/tls/s2n_post_handshake.h @@ -30,3 +30,4 @@ struct s2n_post_handshake { S2N_RESULT s2n_post_handshake_recv(struct s2n_connection *conn); int s2n_post_handshake_send(struct s2n_connection *conn, s2n_blocked_status *blocked); +S2N_RESULT s2n_post_handshake_write_records(struct s2n_connection *conn, s2n_blocked_status *blocked); |