dockerfile/examples/openssl/openssl-3.2.1-src/test/buildtest_md5.c

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_MD5
# include <openssl/md5.h>
#endif
int main(void)
{
return 0;
}