From 5c2880becc94141b8035b3488b6bd60696011308 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Nov 2020 02:22:09 +0000 Subject: Privs can only be dropped after reading key files. --- src/stls/stls-internal.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/stls/stls-internal.h') diff --git a/src/stls/stls-internal.h b/src/stls/stls-internal.h index d5c59e7..afe7a80 100644 --- a/src/stls/stls-internal.h +++ b/src/stls/stls-internal.h @@ -3,9 +3,6 @@ #ifndef STLS_INTERNAL_H #define STLS_INTERNAL_H -#include -#include - -extern pid_t stls_prep_spawn_drop (char const *const *, char const *const *, int *, uid_t, gid_t, uint32_t) ; +extern void stls_drop (void) ; #endif -- cgit v1.2.3