mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2024-11-03 06:07:17 -05:00
0d1137f987
Includes hands-free certificate generation and loading
9 lines
124 B
C
9 lines
124 B
C
#ifndef GMNISRV_TLS
|
|
#define GMNISRV_TLS
|
|
|
|
struct gmnisrv_config;
|
|
|
|
int gmnisrv_tls_init(struct gmnisrv_config *conf);
|
|
|
|
#endif
|