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

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