gateway2/Tongsuo-8.4.0/test/buildtest_http.c
2026-07-11 13:40:57 +08:00

17 lines
277 B
C

/*
* Generated with test/generate_buildtest.pl, to check that such a simple
* program builds.
*/
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_STDIO
# include <stdio.h>
#endif
#ifndef OPENSSL_NO_HTTP
# include <openssl/http.h>
#endif
int main(void)
{
return 0;
}