libpolluxd/px_tls.h

7 lines
87 B
C

#ifndef PX_TLS_H__
#define PX_TLS_H__
SSL_CTX* setup_ssl_ctx();
#endif // PX_TLS_H__