mirror of
https://github.com/nomoresat/DPITunnel-cli.git
synced 2025-04-16 10:47:44 +02:00
10 lines
124 B
C
10 lines
124 B
C
#ifndef SSL_H
|
|
#define SSL_H
|
|
|
|
#include <openssl/ssl.h>
|
|
|
|
int load_ca_bundle();
|
|
|
|
X509_STORE *gen_x509_store();
|
|
|
|
#endif //SSL_H
|