summaryrefslogtreecommitdiff
path: root/lib/sslv2_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sslv2_compat.h')
-rw-r--r--lib/sslv2_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sslv2_compat.h b/lib/sslv2_compat.h
index fdfa367482..61b62cd650 100644
--- a/lib/sslv2_compat.h
+++ b/lib/sslv2_compat.h
@@ -20,5 +20,10 @@
*
*/
+#ifndef GNUTLS_LIB_SSLV2_COMPAT_H
+#define GNUTLS_LIB_SSLV2_COMPAT_H
+
int _gnutls_read_client_hello_v2(gnutls_session_t session, uint8_t * data,
unsigned int datalen);
+
+#endif /* GNUTLS_LIB_SSLV2_COMPAT_H */