2025-05-28 19:34:06 +12:00

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