Updated build.sh to build curl, openssl, and 256k1 if needed
This commit is contained in:
16
openssl-3.4.2/test/buildtest_ui.c
Normal file
16
openssl-3.4.2/test/buildtest_ui.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_UI
|
||||
# include <openssl/ui.h>
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user