|
=== OpenSSL for Ruby configurator ===
|
|
have_func: checking for rb_io_maybe_wait()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: int main(int argc, char **argv)
|
|
4: {
|
|
5: return !!argv[argc];
|
|
6: }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc "
|
|
conftest.c:14:57: error: use of undeclared identifier 'rb_io_maybe_wait'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_maybe_wait; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_maybe_wait; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void rb_io_maybe_wait();
|
|
15: int t(void) { rb_io_maybe_wait(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
=== Checking for system dependent stuff... ===
|
|
have_library: checking for t_open() in -lnsl... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lnsl "
|
|
conftest.c:14:57: error: use of undeclared identifier 't_open'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))t_open; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))t_open; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lnsl "
|
|
ld: library not found for -lnsl
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void t_open();
|
|
15: int t(void) { t_open(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_library: checking for socket() in -lsocket... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lsocket "
|
|
conftest.c:14:57: error: use of undeclared identifier 'socket'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))socket; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))socket; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lsocket "
|
|
ld: library not found for -lsocket
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void socket();
|
|
15: int t(void) { socket(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
=== Checking for required stuff... ===
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. pkg-config --exists openssl
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. pkg-config --libs openssl |
|
|
=> "-L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto \n"
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: int main(int argc, char **argv)
|
|
4: {
|
|
5: return !!argv[argc];
|
|
6: }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. pkg-config --cflags-only-I openssl |
|
|
=> "-I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include \n"
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. pkg-config --cflags-only-other openssl |
|
|
=> "\n"
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. pkg-config --libs-only-l openssl |
|
|
=> "-lz -lssl -lz -lcrypto \n"
|
|
package configuration for openssl
|
|
incflags: -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include
|
|
cflags:
|
|
ldflags: -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib
|
|
libs: -lz -lssl -lz -lcrypto
|
|
|
|
have_header: checking for openssl/ssl.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe -c conftest.c"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/ssl.h>
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_macro: checking for LIBRESSL_VERSION_NUMBER in openssl/opensslv.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe -c conftest.c"
|
|
conftest.c:6:3: error:
|
|
# error
|
|
^
|
|
conftest.c:7:1: error: expected identifier or '('
|
|
|:/ === LIBRESSL_VERSION_NUMBER undefined === /:|
|
|
^
|
|
2 errors generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/opensslv.h>
|
|
4: /*top*/
|
|
5: #ifndef LIBRESSL_VERSION_NUMBER
|
|
6: # error
|
|
7: |:/ === LIBRESSL_VERSION_NUMBER undefined === /:|
|
|
8: #endif
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
checking for OpenSSL version >= 1.0.2... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe -c conftest.c"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/opensslv.h>
|
|
4:
|
|
5: /*top*/
|
|
6: int conftest_const[(OPENSSL_VERSION_NUMBER >= 0x10002000L) ? 1 : -1];
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
=== Checking for OpenSSL features... ===
|
|
have_func: checking for RAND_egd()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'RAND_egd'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))RAND_egd; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))RAND_egd; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_RAND_egd", referenced from:
|
|
_t in conftest-a30e94.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void RAND_egd();
|
|
15: int t(void) { RAND_egd(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_dynamic() in openssl/engine.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_dynamic(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_4758cca() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_4758cca' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_4758cca(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_4758cca(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_aep() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_aep' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_aep(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_aep(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_atalla() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_atalla' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_atalla(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_atalla(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_chil() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_chil' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_chil(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_chil(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_cswift() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_cswift' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_cswift(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_cswift(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_nuron() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_nuron' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_nuron(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_nuron(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_sureware() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_sureware' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_sureware(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_sureware(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_ubsec() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_ubsec' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_ubsec(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_ubsec(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_padlock() in openssl/engine.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_padlock(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_capi() in openssl/engine.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_capi(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_gmp() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_gmp' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_gmp(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_gmp(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_gost() in openssl/engine.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'ENGINE_load_gost' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { ENGINE_load_gost(); return 0; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_gost(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ENGINE_load_cryptodev() in openssl/engine.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/engine.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { ENGINE_load_cryptodev(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_struct_member: checking for SSL.ctx in openssl/ssl.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe -c conftest.c"
|
|
conftest.c:6:27: error: incomplete definition of type 'struct ssl_st'
|
|
int s = (char *)&((SSL*)0)->ctx - (char *)0;
|
|
~~~~~~~~~^
|
|
/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include/openssl/ossl_typ.h:148:16: note: forward declaration of 'struct ssl_st'
|
|
typedef struct ssl_st SSL;
|
|
^
|
|
conftest.c:6:33: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
|
|
int s = (char *)&((SSL*)0)->ctx - (char *)0;
|
|
^ ~~~~~~~~~
|
|
1 warning and 1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/ssl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: int s = (char *)&((SSL*)0)->ctx - (char *)0;
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: return !!argv[argc];
|
|
10: }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_MD_CTX_new()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_MD_CTX_new'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_new; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_new; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_MD_CTX_new();
|
|
15: int t(void) { EVP_MD_CTX_new(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_MD_CTX_free()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_MD_CTX_free'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_free; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_free; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_MD_CTX_free();
|
|
15: int t(void) { EVP_MD_CTX_free(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_MD_CTX_pkey_ctx()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_MD_CTX_pkey_ctx'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_pkey_ctx; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_pkey_ctx; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_MD_CTX_pkey_ctx();
|
|
15: int t(void) { EVP_MD_CTX_pkey_ctx(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_get_ex_data()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_get_ex_data'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_get_ex_data; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_get_ex_data; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_get_ex_data();
|
|
15: int t(void) { X509_STORE_get_ex_data(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_set_ex_data()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_set_ex_data'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_set_ex_data; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_set_ex_data; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_set_ex_data();
|
|
15: int t(void) { X509_STORE_set_ex_data(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_get_ex_new_index()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_get_ex_new_index'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_get_ex_new_index; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_get_ex_new_index; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_X509_STORE_get_ex_new_index", referenced from:
|
|
_t in conftest-ea3635.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_get_ex_new_index();
|
|
15: int t(void) { X509_STORE_get_ex_new_index(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_CRL_get0_signature()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_CRL_get0_signature'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_CRL_get0_signature; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_CRL_get0_signature; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_CRL_get0_signature();
|
|
15: int t(void) { X509_CRL_get0_signature(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_REQ_get0_signature()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_REQ_get0_signature'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REQ_get0_signature; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REQ_get0_signature; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_REQ_get0_signature();
|
|
15: int t(void) { X509_REQ_get0_signature(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_REVOKED_get0_serialNumber()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_REVOKED_get0_serialNumber'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REVOKED_get0_serialNumber; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REVOKED_get0_serialNumber; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_REVOKED_get0_serialNumber();
|
|
15: int t(void) { X509_REVOKED_get0_serialNumber(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_REVOKED_get0_revocationDate()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_REVOKED_get0_revocationDate'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REVOKED_get0_revocationDate; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_REVOKED_get0_revocationDate; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_REVOKED_get0_revocationDate();
|
|
15: int t(void) { X509_REVOKED_get0_revocationDate(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_get0_tbs_sigalg()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_get0_tbs_sigalg'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_get0_tbs_sigalg; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_get0_tbs_sigalg; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_get0_tbs_sigalg();
|
|
15: int t(void) { X509_get0_tbs_sigalg(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_CTX_get0_untrusted()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_CTX_get0_untrusted'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_untrusted; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_untrusted; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_CTX_get0_untrusted();
|
|
15: int t(void) { X509_STORE_CTX_get0_untrusted(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_CTX_get0_cert()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_CTX_get0_cert'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_cert; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_cert; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_CTX_get0_cert();
|
|
15: int t(void) { X509_STORE_CTX_get0_cert(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_CTX_get0_chain()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_CTX_get0_chain'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_chain; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_CTX_get0_chain; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_CTX_get0_chain();
|
|
15: int t(void) { X509_STORE_CTX_get0_chain(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for OCSP_SINGLERESP_get0_id()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'OCSP_SINGLERESP_get0_id'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))OCSP_SINGLERESP_get0_id; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))OCSP_SINGLERESP_get0_id; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void OCSP_SINGLERESP_get0_id();
|
|
15: int t(void) { OCSP_SINGLERESP_get0_id(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_CTX_get_ciphers()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_CTX_get_ciphers'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_get_ciphers; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_get_ciphers; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_CTX_get_ciphers();
|
|
15: int t(void) { SSL_CTX_get_ciphers(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_up_ref()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_up_ref'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_up_ref; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_up_ref; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_up_ref();
|
|
15: int t(void) { X509_up_ref(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_CRL_up_ref()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_CRL_up_ref'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_CRL_up_ref; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_CRL_up_ref; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_CRL_up_ref();
|
|
15: int t(void) { X509_CRL_up_ref(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_STORE_up_ref()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_STORE_up_ref'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_up_ref; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_STORE_up_ref; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_STORE_up_ref();
|
|
15: int t(void) { X509_STORE_up_ref(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_SESSION_up_ref()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_SESSION_up_ref'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_SESSION_up_ref; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_SESSION_up_ref; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_SESSION_up_ref();
|
|
15: int t(void) { SSL_SESSION_up_ref(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_PKEY_up_ref()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_PKEY_up_ref'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_up_ref; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_up_ref; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_PKEY_up_ref();
|
|
15: int t(void) { EVP_PKEY_up_ref(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_CTX_set_min_proto_version(NULL, 0) in openssl/ssl.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/ssl.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { SSL_CTX_set_min_proto_version(NULL, 0); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_CTX_get_security_level()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_CTX_get_security_level'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_get_security_level; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_get_security_level; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_CTX_get_security_level();
|
|
15: int t(void) { SSL_CTX_get_security_level(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for X509_get0_notBefore()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'X509_get0_notBefore'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_get0_notBefore; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))X509_get0_notBefore; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void X509_get0_notBefore();
|
|
15: int t(void) { X509_get0_notBefore(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_SESSION_get_protocol_version()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_SESSION_get_protocol_version'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_SESSION_get_protocol_version; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_SESSION_get_protocol_version; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_SESSION_get_protocol_version();
|
|
15: int t(void) { SSL_SESSION_get_protocol_version(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_STATUS_INFO_get0_status()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_STATUS_INFO_get0_status'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_status; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_status; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_STATUS_INFO_get0_status();
|
|
15: int t(void) { TS_STATUS_INFO_get0_status(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_STATUS_INFO_get0_text()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_STATUS_INFO_get0_text'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_text; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_text; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_STATUS_INFO_get0_text();
|
|
15: int t(void) { TS_STATUS_INFO_get0_text(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_STATUS_INFO_get0_failure_info()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_STATUS_INFO_get0_failure_info'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_failure_info; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_STATUS_INFO_get0_failure_info; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_STATUS_INFO_get0_failure_info();
|
|
15: int t(void) { TS_STATUS_INFO_get0_failure_info(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_VERIFY_CTS_set_certs(NULL, NULL) in openssl/ts.h... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/ts.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { TS_VERIFY_CTS_set_certs(NULL, NULL); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_VERIFY_CTX_set_store()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_VERIFY_CTX_set_store'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_VERIFY_CTX_set_store; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_VERIFY_CTX_set_store; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_VERIFY_CTX_set_store();
|
|
15: int t(void) { TS_VERIFY_CTX_set_store(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_VERIFY_CTX_add_flags()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_VERIFY_CTX_add_flags'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_VERIFY_CTX_add_flags; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_VERIFY_CTX_add_flags; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_VERIFY_CTX_add_flags();
|
|
15: int t(void) { TS_VERIFY_CTX_add_flags(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_RESP_CTX_set_time_cb()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'TS_RESP_CTX_set_time_cb'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_RESP_CTX_set_time_cb; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))TS_RESP_CTX_set_time_cb; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void TS_RESP_CTX_set_time_cb();
|
|
15: int t(void) { TS_RESP_CTX_set_time_cb(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_PBE_scrypt()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_PBE_scrypt'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PBE_scrypt; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PBE_scrypt; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_PBE_scrypt();
|
|
15: int t(void) { EVP_PBE_scrypt(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_CTX_set_post_handshake_auth()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_CTX_set_post_handshake_auth'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_set_post_handshake_auth; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_set_post_handshake_auth; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_CTX_set_post_handshake_auth();
|
|
15: int t(void) { SSL_CTX_set_post_handshake_auth(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_PKEY_check()... -------------------- yes
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_PKEY_check'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_check; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_check; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_PKEY_check();
|
|
15: int t(void) { EVP_PKEY_check(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_set0_tmp_dh_pkey()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_set0_tmp_dh_pkey'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_set0_tmp_dh_pkey; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_set0_tmp_dh_pkey; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_SSL_set0_tmp_dh_pkey", referenced from:
|
|
_t in conftest-5394bd.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_set0_tmp_dh_pkey();
|
|
15: int t(void) { SSL_set0_tmp_dh_pkey(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for ERR_get_error_all()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'ERR_get_error_all'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))ERR_get_error_all; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ERR_get_error_all; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_ERR_get_error_all", referenced from:
|
|
_t in conftest-537aad.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void ERR_get_error_all();
|
|
15: int t(void) { ERR_get_error_all(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for TS_VERIFY_CTX_set_certs(NULL, NULL) in openssl/ts.h... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:17:15: error: implicit declaration of function 'TS_VERIFY_CTX_set_certs' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
|
int t(void) { TS_VERIFY_CTX_set_certs(NULL, NULL); return 0; }
|
|
^
|
|
conftest.c:17:15: note: did you mean 'TS_VERIFY_CTS_set_certs'?
|
|
/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include/openssl/ts.h:482:17: note: 'TS_VERIFY_CTS_set_certs' declared here
|
|
STACK_OF(X509) *TS_VERIFY_CTS_set_certs(TS_VERIFY_CTX *ctx, STACK_OF(X509) *certs);
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <openssl/ts.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
11: printf("%d", (*tp)());
|
|
12: }
|
|
13:
|
|
14: return !!argv[argc];
|
|
15: }
|
|
16:
|
|
17: int t(void) { TS_VERIFY_CTX_set_certs(NULL, NULL); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for SSL_CTX_load_verify_file()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'SSL_CTX_load_verify_file'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_load_verify_file; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_CTX_load_verify_file; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_SSL_CTX_load_verify_file", referenced from:
|
|
_t in conftest-c94f73.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void SSL_CTX_load_verify_file();
|
|
15: int t(void) { SSL_CTX_load_verify_file(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for BN_check_prime()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'BN_check_prime'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))BN_check_prime; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))BN_check_prime; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_BN_check_prime", referenced from:
|
|
_t in conftest-e65d5d.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void BN_check_prime();
|
|
15: int t(void) { BN_check_prime(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_MD_CTX_get0_md()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_MD_CTX_get0_md'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_get0_md; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_get0_md; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_EVP_MD_CTX_get0_md", referenced from:
|
|
_t in conftest-c2f729.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_MD_CTX_get0_md();
|
|
15: int t(void) { EVP_MD_CTX_get0_md(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_MD_CTX_get_pkey_ctx()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_MD_CTX_get_pkey_ctx'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_get_pkey_ctx; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_MD_CTX_get_pkey_ctx; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_EVP_MD_CTX_get_pkey_ctx", referenced from:
|
|
_t in conftest-a1f026.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_MD_CTX_get_pkey_ctx();
|
|
15: int t(void) { EVP_MD_CTX_get_pkey_ctx(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_PKEY_eq()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_PKEY_eq'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_eq; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_eq; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_EVP_PKEY_eq", referenced from:
|
|
_t in conftest-6c62f7.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_PKEY_eq();
|
|
15: int t(void) { EVP_PKEY_eq(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for EVP_PKEY_dup()... -------------------- no
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
conftest.c:14:57: error: use of undeclared identifier 'EVP_PKEY_dup'
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_dup; return !p; }
|
|
^
|
|
1 error generated.
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))EVP_PKEY_dup; return !p; }
|
|
/* end */
|
|
|
|
DYLD_FALLBACK_LIBRARY_PATH=.:../.. "/usr/bin/clang -o conftest -I../../.ext/include/x86_64-darwin21 -I../.././include -I../.././ext/openssl -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -I/Users/didi/Documents/CocoaPods-app/destroot/dependencies/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -mmacosx-version-min=12.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -pipe conftest.c -L. -L../.. -L. -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -fstack-protector-strong -L/usr/local/lib -L/Users/didi/Documents/CocoaPods-app/destroot/dependencies/lib -lz -lssl -lz -lcrypto -lruby.3.1-static -framework CoreFoundation -lpthread -ldl -lobjc -lz -lssl -lz -lcrypto "
|
|
Undefined symbols for architecture x86_64:
|
|
"_EVP_PKEY_dup", referenced from:
|
|
_t in conftest-c3ad38.o
|
|
ld: symbol(s) not found for architecture x86_64
|
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: /*top*/
|
|
4: extern int t(void);
|
|
5: int main(int argc, char **argv)
|
|
6: {
|
|
7: if (argc > 1000000) {
|
|
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
9: printf("%d", (*tp)());
|
|
10: }
|
|
11:
|
|
12: return !!argv[argc];
|
|
13: }
|
|
14: extern void EVP_PKEY_dup();
|
|
15: int t(void) { EVP_PKEY_dup(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
=== Checking done. ===
|
|
extconf.h is:
|
|
/* begin */
|
|
1: #ifndef EXTCONF_H
|
|
2: #define EXTCONF_H
|
|
3: #define HAVE_RB_IO_MAYBE_WAIT 1
|
|
4: #define HAVE_OPENSSL_SSL_H 1
|
|
5: #define HAVE_ENGINE_LOAD_DYNAMIC 1
|
|
6: #define HAVE_ENGINE_LOAD_PADLOCK 1
|
|
7: #define HAVE_ENGINE_LOAD_CAPI 1
|
|
8: #define HAVE_ENGINE_LOAD_CRYPTODEV 1
|
|
9: #define HAVE_OPAQUE_OPENSSL 1
|
|
10: #define HAVE_EVP_MD_CTX_NEW 1
|
|
11: #define HAVE_EVP_MD_CTX_FREE 1
|
|
12: #define HAVE_EVP_MD_CTX_PKEY_CTX 1
|
|
13: #define HAVE_X509_STORE_GET_EX_DATA 1
|
|
14: #define HAVE_X509_STORE_SET_EX_DATA 1
|
|
15: #define HAVE_X509_CRL_GET0_SIGNATURE 1
|
|
16: #define HAVE_X509_REQ_GET0_SIGNATURE 1
|
|
17: #define HAVE_X509_REVOKED_GET0_SERIALNUMBER 1
|
|
18: #define HAVE_X509_REVOKED_GET0_REVOCATIONDATE 1
|
|
19: #define HAVE_X509_GET0_TBS_SIGALG 1
|
|
20: #define HAVE_X509_STORE_CTX_GET0_UNTRUSTED 1
|
|
21: #define HAVE_X509_STORE_CTX_GET0_CERT 1
|
|
22: #define HAVE_X509_STORE_CTX_GET0_CHAIN 1
|
|
23: #define HAVE_OCSP_SINGLERESP_GET0_ID 1
|
|
24: #define HAVE_SSL_CTX_GET_CIPHERS 1
|
|
25: #define HAVE_X509_UP_REF 1
|
|
26: #define HAVE_X509_CRL_UP_REF 1
|
|
27: #define HAVE_X509_STORE_UP_REF 1
|
|
28: #define HAVE_SSL_SESSION_UP_REF 1
|
|
29: #define HAVE_EVP_PKEY_UP_REF 1
|
|
30: #define HAVE_SSL_CTX_SET_MIN_PROTO_VERSION 1
|
|
31: #define HAVE_SSL_CTX_GET_SECURITY_LEVEL 1
|
|
32: #define HAVE_X509_GET0_NOTBEFORE 1
|
|
33: #define HAVE_SSL_SESSION_GET_PROTOCOL_VERSION 1
|
|
34: #define HAVE_TS_STATUS_INFO_GET0_STATUS 1
|
|
35: #define HAVE_TS_STATUS_INFO_GET0_TEXT 1
|
|
36: #define HAVE_TS_STATUS_INFO_GET0_FAILURE_INFO 1
|
|
37: #define HAVE_TS_VERIFY_CTS_SET_CERTS 1
|
|
38: #define HAVE_TS_VERIFY_CTX_SET_STORE 1
|
|
39: #define HAVE_TS_VERIFY_CTX_ADD_FLAGS 1
|
|
40: #define HAVE_TS_RESP_CTX_SET_TIME_CB 1
|
|
41: #define HAVE_EVP_PBE_SCRYPT 1
|
|
42: #define HAVE_SSL_CTX_SET_POST_HANDSHAKE_AUTH 1
|
|
43: #define HAVE_EVP_PKEY_CHECK 1
|
|
44: #endif
|
|
/* end */
|
|
|
|
Done.
|