From fb76faf56aca9b79648d776896a4a4fae7c978cf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Nov 2020 11:58:44 +0000 Subject: Move all tls stuff into its own subdir --- src/tls/s6tls-internal.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/tls/s6tls-internal.h (limited to 'src/tls/s6tls-internal.h') diff --git a/src/tls/s6tls-internal.h b/src/tls/s6tls-internal.h new file mode 100644 index 0000000..09be544 --- /dev/null +++ b/src/tls/s6tls-internal.h @@ -0,0 +1,18 @@ +/* ISC license */ + +#ifndef S6TLS_INTERNAL_H +#define S6TLS_INTERNAL_H + +#include +#include + +#include + +#define s6tls_envvars "CADIR\0CAFILE\0KEYFILE\0CERTFILE\0TLS_UID\0TLS_GID" + +extern void s6tls_exec_tlscio (int const *, uint32_t, unsigned int, unsigned int, char const *) gccattr_noreturn ; +extern void s6tls_exec_tlsdio (int const *, uint32_t, unsigned int, unsigned int) gccattr_noreturn ; +extern void s6tls_sync_and_exec_app (char const *const *, int const [4][2], pid_t, uint32_t) gccattr_noreturn ; +extern void s6tls_ucspi_exec_app (char const *const *, int const [4][2], uint32_t) gccattr_noreturn ; + +#endif -- cgit v1.3.1