getpkg/dropshell-tool/openssl-1.1.1w/test/buildtest_x509_vfy.c
2025-05-28 19:34:06 +12:00

17 lines
285 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_X509_VFY
# include <openssl/x509_vfy.h>
#endif
int main(void)
{
return 0;
}