blob: dcf0f563710a1b8c474784a74c71afbab157a987 (
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 const *) ;
#endif
|