summaryrefslogtreecommitdiff
path: root/lib/tls13/encrypted_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls13/encrypted_extensions.h')
-rw-r--r--lib/tls13/encrypted_extensions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tls13/encrypted_extensions.h b/lib/tls13/encrypted_extensions.h
index be215b9c99..2c7cf7534a 100644
--- a/lib/tls13/encrypted_extensions.h
+++ b/lib/tls13/encrypted_extensions.h
@@ -20,5 +20,10 @@
*
*/
+#ifndef GNUTLS_LIB_TLS13_ENCRYPTED_EXTENSIONS_H
+#define GNUTLS_LIB_TLS13_ENCRYPTED_EXTENSIONS_H
+
int _gnutls13_recv_encrypted_extensions(gnutls_session_t session);
int _gnutls13_send_encrypted_extensions(gnutls_session_t session, unsigned again);
+
+#endif /* GNUTLS_LIB_TLS13_ENCRYPTED_EXTENSIONS_H */