DPITunnel-cli/include/autoconf.h
2022-01-03 18:27:15 +00:00

10 lines
173 B
C++

#ifndef AUTOTEST_H
#define AUTOTEST_H
#include <string>
int run_autoconf();
void generate_client_hello(const std::string &sni, std::string &buffer);
#endif //AUTOTEST_H