:-'Generic Commit'
This commit is contained in:
16
dropshell-tool/openssl-1.1.1w/test/buildtest_async.c
Normal file
16
dropshell-tool/openssl-1.1.1w/test/buildtest_async.c
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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_ASYNC
|
||||
# include <openssl/async.h>
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user