blob: ef004ea2f66aa217660607c1948c156400a67e66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* ISC license. */
#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
|