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

17 lines
275 B
C
Raw Normal View History

2024-03-22 14:58:37 +08:00
/*
* 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_DES
# include <openssl/des.h>
#endif
int main(void)
{
return 0;
}