Files
ocserv/src/common.h
Nikos Mavrogiannopoulos 5a4ce846b7 The TLS private keys are kept into a privileged process.
That process is called security-module (sec-mod) and communicates
with the workers using a unix domain socket.
2013-03-15 17:47:38 +01:00

7 lines
106 B
C

#ifndef COMMON_H
# define COMMON_H
ssize_t force_write(int sockfd, const void *buf, size_t len);
#endif