summaryrefslogtreecommitdiff
path: root/src/stls/stls-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stls/stls-internal.h')
-rw-r--r--src/stls/stls-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stls/stls-internal.h b/src/stls/stls-internal.h
index afe7a80..ef004ea 100644
--- a/src/stls/stls-internal.h
+++ b/src/stls/stls-internal.h
@@ -3,6 +3,11 @@
#ifndef STLS_INTERNAL_H
#define STLS_INTERNAL_H
+#include <tls.h>
+
+#include <skalibs/tai.h>
+
extern void stls_drop (void) ;
+extern void stls_handshake (struct tls *, tain_t const *) ;
#endif