1
0
forked from aniani/gmnisrv
gmnisrv/include/tls.h
Drew DeVault 0d1137f987 Implement TLS store
Includes hands-free certificate generation and loading
2020-09-24 17:51:29 -04:00

9 lines
124 B
C

#ifndef GMNISRV_TLS
#define GMNISRV_TLS
struct gmnisrv_config;
int gmnisrv_tls_init(struct gmnisrv_config *conf);
#endif