Making check in src make[1]: Entering directory '/Users/ur20980/src/libp11/src' /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_front.lo -MD -MP -MF .deps/pkcs11_la-eng_front.Tpo -c -o pkcs11_la-eng_front.lo `test -f 'eng_front.c' || echo './'`eng_front.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_front.lo -MD -MP -MF .deps/pkcs11_la-eng_front.Tpo -c eng_front.c -fno-common -DPIC -o .libs/pkcs11_la-eng_front.o eng_front.c:95:9: warning: 'ENGINE_get_ex_data' is deprecated [-Wdeprecated-declarations] ctx = ENGINE_get_ex_data(engine, pkcs11_idx); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:534:1: note: 'ENGINE_get_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void *ENGINE_get_ex_data(const ENGINE *e, int idx); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:99:3: warning: 'ENGINE_set_ex_data' is deprecated [-Wdeprecated-declarations] ENGINE_set_ex_data(engine, pkcs11_idx, ctx); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:533:1: note: 'ENGINE_set_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:126:2: warning: 'ENGINE_set_ex_data' is deprecated [-Wdeprecated-declarations] ENGINE_set_ex_data(engine, pkcs11_idx, NULL); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:533:1: note: 'ENGINE_set_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:193:15: warning: 'EVP_PKEY_set1_engine' is deprecated [-Wdeprecated-declarations] if (pkey && !EVP_PKEY_set1_engine(pkey, engine)) { ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1330:1: note: 'EVP_PKEY_set1_engine' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:215:7: warning: 'ENGINE_set_id' is deprecated [-Wdeprecated-declarations] if (!ENGINE_set_id(e, PKCS11_ENGINE_ID) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:495:1: note: 'ENGINE_set_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_id(ENGINE *e, const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:216:5: warning: 'ENGINE_set_destroy_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_destroy_function(e, engine_destroy) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:502:1: note: 'ENGINE_set_destroy_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:217:5: warning: 'ENGINE_set_init_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_init_function(e, engine_init) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:504:1: note: 'ENGINE_set_init_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:218:5: warning: 'ENGINE_set_finish_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_finish_function(e, engine_finish) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:506:1: note: 'ENGINE_set_finish_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:219:5: warning: 'ENGINE_set_ctrl_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_ctrl_function(e, engine_ctrl) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:508:1: note: 'ENGINE_set_ctrl_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:220:5: warning: 'ENGINE_set_cmd_defns' is deprecated [-Wdeprecated-declarations] !ENGINE_set_cmd_defns(e, engine_cmd_defns) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:526:1: note: 'ENGINE_set_cmd_defns' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_cmd_defns(ENGINE *e, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:221:5: warning: 'ENGINE_set_name' is deprecated [-Wdeprecated-declarations] !ENGINE_set_name(e, PKCS11_ENGINE_NAME) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:496:1: note: 'ENGINE_set_name' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_name(ENGINE *e, const char *name); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:223:5: warning: 'ENGINE_set_RSA' is deprecated [-Wdeprecated-declarations] !ENGINE_set_RSA(e, PKCS11_get_rsa_method()) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:497:1: note: 'ENGINE_set_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:228:5: warning: 'ENGINE_set_EC' is deprecated [-Wdeprecated-declarations] !ENGINE_set_EC(e, PKCS11_get_ec_key_method()) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:499:1: note: 'ENGINE_set_EC' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ecdsa_meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:238:5: warning: 'ENGINE_set_pkey_meths' is deprecated [-Wdeprecated-declarations] !ENGINE_set_pkey_meths(e, PKCS11_pkey_meths) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:521:1: note: 'ENGINE_set_pkey_meths' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:239:5: warning: 'ENGINE_set_load_pubkey_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_load_pubkey_function(e, load_pubkey) || ^ /Users/ur20980/openssl-3/include/openssl/engine.h:512:1: note: 'ENGINE_set_load_pubkey_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ eng_front.c:240:5: warning: 'ENGINE_set_load_privkey_function' is deprecated [-Wdeprecated-declarations] !ENGINE_set_load_privkey_function(e, load_privkey)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:510:1: note: 'ENGINE_set_load_privkey_function' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 16 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_front.lo -MD -MP -MF .deps/pkcs11_la-eng_front.Tpo -c eng_front.c -o pkcs11_la-eng_front.o >/dev/null 2>&1 mv -f .deps/pkcs11_la-eng_front.Tpo .deps/pkcs11_la-eng_front.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_back.lo -MD -MP -MF .deps/pkcs11_la-eng_back.Tpo -c -o pkcs11_la-eng_back.lo `test -f 'eng_back.c' || echo './'`eng_back.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_back.lo -MD -MP -MF .deps/pkcs11_la-eng_back.Tpo -c eng_back.c -fno-common -DPIC -o .libs/pkcs11_la-eng_back.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_back.lo -MD -MP -MF .deps/pkcs11_la-eng_back.Tpo -c eng_back.c -o pkcs11_la-eng_back.o >/dev/null 2>&1 mv -f .deps/pkcs11_la-eng_back.Tpo .deps/pkcs11_la-eng_back.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_parse.lo -MD -MP -MF .deps/pkcs11_la-eng_parse.Tpo -c -o pkcs11_la-eng_parse.lo `test -f 'eng_parse.c' || echo './'`eng_parse.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_parse.lo -MD -MP -MF .deps/pkcs11_la-eng_parse.Tpo -c eng_parse.c -fno-common -DPIC -o .libs/pkcs11_la-eng_parse.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_parse.lo -MD -MP -MF .deps/pkcs11_la-eng_parse.Tpo -c eng_parse.c -o pkcs11_la-eng_parse.o >/dev/null 2>&1 mv -f .deps/pkcs11_la-eng_parse.Tpo .deps/pkcs11_la-eng_parse.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_err.lo -MD -MP -MF .deps/pkcs11_la-eng_err.Tpo -c -o pkcs11_la-eng_err.lo `test -f 'eng_err.c' || echo './'`eng_err.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_err.lo -MD -MP -MF .deps/pkcs11_la-eng_err.Tpo -c eng_err.c -fno-common -DPIC -o .libs/pkcs11_la-eng_err.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT pkcs11_la-eng_err.lo -MD -MP -MF .deps/pkcs11_la-eng_err.Tpo -c eng_err.c -o pkcs11_la-eng_err.o >/dev/null 2>&1 mv -f .deps/pkcs11_la-eng_err.Tpo .deps/pkcs11_la-eng_err.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-libpkcs11.lo -MD -MP -MF .deps/libp11_la-libpkcs11.Tpo -c -o libp11_la-libpkcs11.lo `test -f 'libpkcs11.c' || echo './'`libpkcs11.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-libpkcs11.lo -MD -MP -MF .deps/libp11_la-libpkcs11.Tpo -c libpkcs11.c -fno-common -DPIC -o .libs/libp11_la-libpkcs11.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-libpkcs11.lo -MD -MP -MF .deps/libp11_la-libpkcs11.Tpo -c libpkcs11.c -o libp11_la-libpkcs11.o >/dev/null 2>&1 mv -f .deps/libp11_la-libpkcs11.Tpo .deps/libp11_la-libpkcs11.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_attr.lo -MD -MP -MF .deps/libp11_la-p11_attr.Tpo -c -o libp11_la-p11_attr.lo `test -f 'p11_attr.c' || echo './'`p11_attr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_attr.lo -MD -MP -MF .deps/libp11_la-p11_attr.Tpo -c p11_attr.c -fno-common -DPIC -o .libs/libp11_la-p11_attr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_attr.lo -MD -MP -MF .deps/libp11_la-p11_attr.Tpo -c p11_attr.c -o libp11_la-p11_attr.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_attr.Tpo .deps/libp11_la-p11_attr.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_cert.lo -MD -MP -MF .deps/libp11_la-p11_cert.Tpo -c -o libp11_la-p11_cert.lo `test -f 'p11_cert.c' || echo './'`p11_cert.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_cert.lo -MD -MP -MF .deps/libp11_la-p11_cert.Tpo -c p11_cert.c -fno-common -DPIC -o .libs/libp11_la-p11_cert.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_cert.lo -MD -MP -MF .deps/libp11_la-p11_cert.Tpo -c p11_cert.c -o libp11_la-p11_cert.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_cert.Tpo .deps/libp11_la-p11_cert.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_err.lo -MD -MP -MF .deps/libp11_la-p11_err.Tpo -c -o libp11_la-p11_err.lo `test -f 'p11_err.c' || echo './'`p11_err.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_err.lo -MD -MP -MF .deps/libp11_la-p11_err.Tpo -c p11_err.c -fno-common -DPIC -o .libs/libp11_la-p11_err.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_err.lo -MD -MP -MF .deps/libp11_la-p11_err.Tpo -c p11_err.c -o libp11_la-p11_err.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_err.Tpo .deps/libp11_la-p11_err.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ckr.lo -MD -MP -MF .deps/libp11_la-p11_ckr.Tpo -c -o libp11_la-p11_ckr.lo `test -f 'p11_ckr.c' || echo './'`p11_ckr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ckr.lo -MD -MP -MF .deps/libp11_la-p11_ckr.Tpo -c p11_ckr.c -fno-common -DPIC -o .libs/libp11_la-p11_ckr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ckr.lo -MD -MP -MF .deps/libp11_la-p11_ckr.Tpo -c p11_ckr.c -o libp11_la-p11_ckr.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_ckr.Tpo .deps/libp11_la-p11_ckr.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_key.lo -MD -MP -MF .deps/libp11_la-p11_key.Tpo -c -o libp11_la-p11_key.lo `test -f 'p11_key.c' || echo './'`p11_key.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_key.lo -MD -MP -MF .deps/libp11_la-p11_key.Tpo -c p11_key.c -fno-common -DPIC -o .libs/libp11_la-p11_key.o p11_key.c:251:14: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations] RSA *rsa = EVP_PKEY_get1_RSA(pk); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get1_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_key.c:253:3: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, &rsa_n, &rsa_e, &rsa_d); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:217:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_key.c:254:3: warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations] RSA_get0_factors(rsa, &rsa_p, &rsa_q); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:220:1: note: 'RSA_get0_factors' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_key.c:255:3: warning: 'RSA_get0_crt_params' is deprecated [-Wdeprecated-declarations] RSA_get0_crt_params(rsa, &rsa_dmp1, &rsa_dmq1, &rsa_iqmp); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:225:1: note: 'RSA_get0_crt_params' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_key.c:256:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 5 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_key.lo -MD -MP -MF .deps/libp11_la-p11_key.Tpo -c p11_key.c -o libp11_la-p11_key.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_key.Tpo .deps/libp11_la-p11_key.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_load.lo -MD -MP -MF .deps/libp11_la-p11_load.Tpo -c -o libp11_la-p11_load.lo `test -f 'p11_load.c' || echo './'`p11_load.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_load.lo -MD -MP -MF .deps/libp11_la-p11_load.Tpo -c p11_load.c -fno-common -DPIC -o .libs/libp11_la-p11_load.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_load.lo -MD -MP -MF .deps/libp11_la-p11_load.Tpo -c p11_load.c -o libp11_la-p11_load.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_load.Tpo .deps/libp11_la-p11_load.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_misc.lo -MD -MP -MF .deps/libp11_la-p11_misc.Tpo -c -o libp11_la-p11_misc.lo `test -f 'p11_misc.c' || echo './'`p11_misc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_misc.lo -MD -MP -MF .deps/libp11_la-p11_misc.Tpo -c p11_misc.c -fno-common -DPIC -o .libs/libp11_la-p11_misc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_misc.lo -MD -MP -MF .deps/libp11_la-p11_misc.Tpo -c p11_misc.c -o libp11_la-p11_misc.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_misc.Tpo .deps/libp11_la-p11_misc.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_rsa.lo -MD -MP -MF .deps/libp11_la-p11_rsa.Tpo -c -o libp11_la-p11_rsa.lo `test -f 'p11_rsa.c' || echo './'`p11_rsa.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_rsa.lo -MD -MP -MF .deps/libp11_la-p11_rsa.Tpo -c p11_rsa.c -fno-common -DPIC -o .libs/libp11_la-p11_rsa.o p11_rsa.c:38:8: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(evp_key); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:38:6: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(evp_key); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ p11_rsa.c:51:9: warning: 'RSA_sign' is deprecated [-Wdeprecated-declarations] return RSA_sign(type, m, m_len, sigret, siglen, rsa); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:348:1: note: 'RSA_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:238:8: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] rsa = RSA_new(); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:201:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:242:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] RSA_set0_key(rsa, rsa_n, rsa_e, NULL); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:207:1: note: 'RSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:252:9: warning: 'RSA_get_ex_data' is deprecated [-Wdeprecated-declarations] return RSA_get_ex_data(rsa, rsa_ex_index); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:446:1: note: 'RSA_get_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:257:2: warning: 'RSA_set_ex_data' is deprecated [-Wdeprecated-declarations] RSA_set_ex_data(rsa, rsa_ex_index, key); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:445:1: note: 'RSA_set_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:269:8: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get1_RSA(evp); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get1_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:271:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:286:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:290:3: warning: 'RSA_set_method' is deprecated [-Wdeprecated-declarations] RSA_set_method(rsa, PKCS11_get_rsa_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:302:1: note: 'RSA_set_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:292:3: warning: 'RSA_set_flags' is deprecated [-Wdeprecated-declarations] RSA_set_flags(rsa, RSA_FLAG_EXT_PKEY); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:243:1: note: 'RSA_set_flags' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_set_flags(RSA *r, int flags); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:306:2: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations] EVP_PKEY_set1_RSA(pk, rsa); /* Also increments the rsa ref count */ ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1351:1: note: 'EVP_PKEY_set1_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:307:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); /* Drops our reference to it */ ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:320:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, &rsa_n, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:217:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:337:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, NULL, &rsa_e, NULL); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:217:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:351:9: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations] return RSA_size(rsa); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:384:14: warning: 'RSA_meth_get_priv_dec' is deprecated [-Wdeprecated-declarations] priv_dec = RSA_meth_get_priv_dec(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:514:1: note: 'RSA_meth_get_priv_dec' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:384:36: warning: 'RSA_get_default_method' is deprecated [-Wdeprecated-declarations] priv_dec = RSA_meth_get_priv_dec(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:299:1: note: 'RSA_get_default_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:397:14: warning: 'RSA_meth_get_priv_enc' is deprecated [-Wdeprecated-declarations] priv_enc = RSA_meth_get_priv_enc(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:504:1: note: 'RSA_meth_get_priv_enc' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:397:36: warning: 'RSA_get_default_method' is deprecated [-Wdeprecated-declarations] priv_enc = RSA_meth_get_priv_enc(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:299:1: note: 'RSA_get_default_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:405:2: warning: 'RSA_set_ex_data' is deprecated [-Wdeprecated-declarations] RSA_set_ex_data(rsa, rsa_ex_index, NULL); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:445:1: note: 'RSA_set_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:407:3: warning: 'RSA_meth_get_finish' is deprecated [-Wdeprecated-declarations] RSA_meth_get_finish(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:551:1: note: 'RSA_meth_get_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:407:23: warning: 'RSA_get_default_method' is deprecated [-Wdeprecated-declarations] RSA_meth_get_finish(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:299:1: note: 'RSA_get_default_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:508:9: warning: 'RSA_meth_dup' is deprecated [-Wdeprecated-declarations] ops = RSA_meth_dup(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:475:1: note: 'RSA_meth_dup' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:508:22: warning: 'RSA_get_default_method' is deprecated [-Wdeprecated-declarations] ops = RSA_meth_dup(RSA_get_default_method()); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:299:1: note: 'RSA_get_default_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:511:3: warning: 'RSA_meth_set1_name' is deprecated [-Wdeprecated-declarations] RSA_meth_set1_name(ops, "libp11 RSA method"); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:477:1: note: 'RSA_meth_set1_name' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_meth_set1_name(RSA_METHOD *meth, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:512:3: warning: 'RSA_meth_set_flags' is deprecated [-Wdeprecated-declarations] RSA_meth_set_flags(ops, 0); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:480:1: note: 'RSA_meth_set_flags' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_meth_set_flags(RSA_METHOD *meth, int flags); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:513:3: warning: 'RSA_meth_set_priv_enc' is deprecated [-Wdeprecated-declarations] RSA_meth_set_priv_enc(ops, pkcs11_rsa_priv_enc_method); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:509:1: note: 'RSA_meth_set_priv_enc' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:514:3: warning: 'RSA_meth_set_priv_dec' is deprecated [-Wdeprecated-declarations] RSA_meth_set_priv_dec(ops, pkcs11_rsa_priv_dec_method); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:519:1: note: 'RSA_meth_set_priv_dec' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_rsa.c:515:3: warning: 'RSA_meth_set_finish' is deprecated [-Wdeprecated-declarations] RSA_meth_set_finish(ops, pkcs11_rsa_free_method); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:553:1: note: 'RSA_meth_set_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 31 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_rsa.lo -MD -MP -MF .deps/libp11_la-p11_rsa.Tpo -c p11_rsa.c -o libp11_la-p11_rsa.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_rsa.Tpo .deps/libp11_la-p11_rsa.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ec.lo -MD -MP -MF .deps/libp11_la-p11_ec.Tpo -c -o libp11_la-p11_ec.lo `test -f 'p11_ec.c' || echo './'`p11_ec.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ec.lo -MD -MP -MF .deps/libp11_la-p11_ec.Tpo -c p11_ec.c -fno-common -DPIC -o .libs/libp11_la-p11_ec.o p11_ec.c:202:7: warning: 'd2i_ECParameters' is deprecated [-Wdeprecated-declarations] rv = d2i_ECParameters(&ec, &a, (long)params_len) == NULL; ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1209:1: note: 'd2i_ECParameters' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECParameters(EC_KEY **key, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:226:8: warning: 'o2i_ECPublicKey' is deprecated [-Wdeprecated-declarations] rv = o2i_ECPublicKey(&ec, &a, os->length) == NULL; ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1234:1: note: 'o2i_ECPublicKey' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:231:8: warning: 'o2i_ECPublicKey' is deprecated [-Wdeprecated-declarations] rv = o2i_ECPublicKey(&ec, &a, (long)point_len) == NULL; ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1234:1: note: 'o2i_ECPublicKey' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:255:14: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] pubkey_ec = EVP_PKEY_get0_EC_KEY(pubkey); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1379:1: note: 'EVP_PKEY_get0_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:255:12: warning: assigning to 'EC_KEY *' (aka 'struct ec_key_st *') from 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] pubkey_ec = EVP_PKEY_get0_EC_KEY(pubkey); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p11_ec.c:258:10: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] point = EC_KEY_get0_public_key(pubkey_ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1060:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:261:6: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] if (EC_KEY_set_public_key(ec, point) == 0) ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1068:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:278:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations] ec = EC_KEY_new(); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:966:1: note: 'EC_KEY_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:288:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1001:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:299:24: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] if (key->isPrivate && EC_KEY_get0_private_key(ec) == NULL) { ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1046:1: note: 'EC_KEY_get0_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:301:3: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] EC_KEY_set_private_key(ec, bn); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1054:1: note: 'EC_KEY_set_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:307:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1001:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:317:9: warning: 'EC_KEY_get_ex_data' is deprecated [-Wdeprecated-declarations] return EC_KEY_get_ex_data(ec, ec_ex_index); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1082:1: note: 'EC_KEY_get_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void *EC_KEY_get_ex_data(const EC_KEY *key, int idx); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:326:2: warning: 'EC_KEY_set_ex_data' is deprecated [-Wdeprecated-declarations] EC_KEY_set_ex_data(ec, ec_ex_index, key); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1081:1: note: 'EC_KEY_set_ex_data' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_ex_data(EC_KEY *key, int idx, void *arg); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:341:7: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations] ec = EVP_PKEY_get1_EC_KEY(evp); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1381:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:343:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1001:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:365:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1001:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:371:3: warning: 'EC_KEY_set_method' is deprecated [-Wdeprecated-declarations] EC_KEY_set_method(ec, PKCS11_get_ec_key_method()); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1281:1: note: 'EC_KEY_set_method' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_method(EC_KEY *key, const EC_KEY_METHOD *meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:381:2: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] EVP_PKEY_set1_EC_KEY(pk, ec); /* Also increments the ec ref count */ ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1377:1: note: 'EVP_PKEY_set1_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:382:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ec); /* Drops our reference to it */ ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1001:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:453:31: warning: 'EC_KEY_OpenSSL' is deprecated [-Wdeprecated-declarations] const EC_KEY_METHOD *meth = EC_KEY_OpenSSL(); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1277:1: note: 'EC_KEY_OpenSSL' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_KEY_METHOD *EC_KEY_OpenSSL(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:454:3: warning: 'EC_KEY_METHOD_get_sign' is deprecated [-Wdeprecated-declarations] EC_KEY_METHOD_get_sign((EC_KEY_METHOD *)meth, ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1522:1: note: 'EC_KEY_METHOD_get_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_get_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:466:27: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] const EC_GROUP *group = EC_KEY_get0_group(ec); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1032:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:630:26: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] const EC_GROUP *group = EC_KEY_get0_group(ecdh); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1032:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:735:9: warning: 'EC_KEY_METHOD_new' is deprecated [-Wdeprecated-declarations] ops = EC_KEY_METHOD_new((EC_KEY_METHOD *)EC_KEY_OpenSSL()); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1459:1: note: 'EC_KEY_METHOD_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EC_KEY_METHOD *EC_KEY_METHOD_new(const EC_KEY_METHOD *meth); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:735:44: warning: 'EC_KEY_OpenSSL' is deprecated [-Wdeprecated-declarations] ops = EC_KEY_METHOD_new((EC_KEY_METHOD *)EC_KEY_OpenSSL()); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1277:1: note: 'EC_KEY_OpenSSL' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_KEY_METHOD *EC_KEY_OpenSSL(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:736:3: warning: 'EC_KEY_METHOD_get_sign' is deprecated [-Wdeprecated-declarations] EC_KEY_METHOD_get_sign(ops, &orig_sign, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1522:1: note: 'EC_KEY_METHOD_get_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_get_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:737:3: warning: 'EC_KEY_METHOD_set_sign' is deprecated [-Wdeprecated-declarations] EC_KEY_METHOD_set_sign(ops, orig_sign, NULL, pkcs11_ecdsa_sign_sig); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1478:1: note: 'EC_KEY_METHOD_set_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_set_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:738:3: warning: 'EC_KEY_METHOD_get_compute_key' is deprecated [-Wdeprecated-declarations] EC_KEY_METHOD_get_compute_key(ops, &ossl_ecdh_compute_key); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1515:1: note: 'EC_KEY_METHOD_get_compute_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_get_compute_key ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_ec.c:739:3: warning: 'EC_KEY_METHOD_set_compute_key' is deprecated [-Wdeprecated-declarations] EC_KEY_METHOD_set_compute_key(ops, pkcs11_ec_ckey); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1473:1: note: 'EC_KEY_METHOD_set_compute_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_METHOD_set_compute_key ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 30 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_ec.lo -MD -MP -MF .deps/libp11_la-p11_ec.Tpo -c p11_ec.c -o libp11_la-p11_ec.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_ec.Tpo .deps/libp11_la-p11_ec.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_pkey.lo -MD -MP -MF .deps/libp11_la-p11_pkey.Tpo -c -o libp11_la-p11_pkey.lo `test -f 'p11_pkey.c' || echo './'`p11_pkey.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_pkey.lo -MD -MP -MF .deps/libp11_la-p11_pkey.Tpo -c p11_pkey.c -fno-common -DPIC -o .libs/libp11_la-p11_pkey.o p11_pkey.c:324:8: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(pkey); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:324:6: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(pkey); ^ ~~~~~~~~~~~~~~~~~~~~~~~ p11_pkey.c:426:8: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(pkey); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:426:6: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(pkey); ^ ~~~~~~~~~~~~~~~~~~~~~~~ p11_pkey.c:507:33: warning: 'EVP_PKEY_meth_find' is deprecated [-Wdeprecated-declarations] orig_meth = (EVP_PKEY_METHOD *)EVP_PKEY_meth_find(EVP_PKEY_RSA); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1751:1: note: 'EVP_PKEY_meth_find' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:508:2: warning: 'EVP_PKEY_meth_get_sign' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_get_sign(orig_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2087:1: note: 'EVP_PKEY_meth_get_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_get_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:510:2: warning: 'EVP_PKEY_meth_get_decrypt' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_get_decrypt(orig_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2115:1: note: 'EVP_PKEY_meth_get_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_get_decrypt ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:514:13: warning: 'EVP_PKEY_meth_new' is deprecated [-Wdeprecated-declarations] new_meth = EVP_PKEY_meth_new(EVP_PKEY_RSA, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1752:1: note: 'EVP_PKEY_meth_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:522:2: warning: 'EVP_PKEY_meth_copy' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_copy(new_meth, orig_meth); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1755:1: note: 'EVP_PKEY_meth_copy' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:524:2: warning: 'EVP_PKEY_meth_set_sign' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_set_sign(new_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2018:1: note: 'EVP_PKEY_meth_set_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:526:2: warning: 'EVP_PKEY_meth_set_decrypt' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_set_decrypt(new_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2045:1: note: 'EVP_PKEY_meth_set_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_decrypt ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:565:20: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] eckey = (EC_KEY *)EVP_PKEY_get0_EC_KEY(pkey); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1379:1: note: 'EVP_PKEY_get0_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:570:21: warning: 'ECDSA_size' is deprecated [-Wdeprecated-declarations] *siglen = (size_t)ECDSA_size(eckey); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1453:1: note: 'ECDSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:576:21: warning: 'ECDSA_size' is deprecated [-Wdeprecated-declarations] *siglen = (size_t)ECDSA_size(eckey); ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1453:1: note: 'ECDSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:581:24: warning: 'ECDSA_size' is deprecated [-Wdeprecated-declarations] if (*siglen < (size_t)ECDSA_size(eckey)) ^ /Users/ur20980/openssl-3/include/openssl/ec.h:1453:1: note: 'ECDSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:661:33: warning: 'EVP_PKEY_meth_find' is deprecated [-Wdeprecated-declarations] orig_meth = (EVP_PKEY_METHOD *)EVP_PKEY_meth_find(EVP_PKEY_EC); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1751:1: note: 'EVP_PKEY_meth_find' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:662:2: warning: 'EVP_PKEY_meth_get_sign' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_get_sign(orig_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2087:1: note: 'EVP_PKEY_meth_get_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_get_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:665:13: warning: 'EVP_PKEY_meth_new' is deprecated [-Wdeprecated-declarations] new_meth = EVP_PKEY_meth_new(EVP_PKEY_EC, 0); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1752:1: note: 'EVP_PKEY_meth_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:672:2: warning: 'EVP_PKEY_meth_copy' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_copy(new_meth, orig_meth); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1755:1: note: 'EVP_PKEY_meth_copy' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ p11_pkey.c:674:2: warning: 'EVP_PKEY_meth_set_sign' is deprecated [-Wdeprecated-declarations] EVP_PKEY_meth_set_sign(new_meth, ^ /Users/ur20980/openssl-3/include/openssl/evp.h:2018:1: note: 'EVP_PKEY_meth_set_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_sign ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 20 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_pkey.lo -MD -MP -MF .deps/libp11_la-p11_pkey.Tpo -c p11_pkey.c -o libp11_la-p11_pkey.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_pkey.Tpo .deps/libp11_la-p11_pkey.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_slot.lo -MD -MP -MF .deps/libp11_la-p11_slot.Tpo -c -o libp11_la-p11_slot.lo `test -f 'p11_slot.c' || echo './'`p11_slot.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_slot.lo -MD -MP -MF .deps/libp11_la-p11_slot.Tpo -c p11_slot.c -fno-common -DPIC -o .libs/libp11_la-p11_slot.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_slot.lo -MD -MP -MF .deps/libp11_la-p11_slot.Tpo -c p11_slot.c -o libp11_la-p11_slot.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_slot.Tpo .deps/libp11_la-p11_slot.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_front.lo -MD -MP -MF .deps/libp11_la-p11_front.Tpo -c -o libp11_la-p11_front.lo `test -f 'p11_front.c' || echo './'`p11_front.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_front.lo -MD -MP -MF .deps/libp11_la-p11_front.Tpo -c p11_front.c -fno-common -DPIC -o .libs/libp11_la-p11_front.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_front.lo -MD -MP -MF .deps/libp11_la-p11_front.Tpo -c p11_front.c -o libp11_la-p11_front.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_front.Tpo .deps/libp11_la-p11_front.Plo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_atfork.lo -MD -MP -MF .deps/libp11_la-p11_atfork.Tpo -c -o libp11_la-p11_atfork.lo `test -f 'p11_atfork.c' || echo './'`p11_atfork.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_atfork.lo -MD -MP -MF .deps/libp11_la-p11_atfork.Tpo -c p11_atfork.c -fno-common -DPIC -o .libs/libp11_la-p11_atfork.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT libp11_la-p11_atfork.lo -MD -MP -MF .deps/libp11_la-p11_atfork.Tpo -c p11_atfork.c -o libp11_la-p11_atfork.o >/dev/null 2>&1 mv -f .deps/libp11_la-p11_atfork.Tpo .deps/libp11_la-p11_atfork.Plo /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -module -shared -shrext .dylib -avoid-version -export-symbols "./pkcs11.exports" -o pkcs11.la -rpath /Users/ur20980/openssl-3/lib/engines-3 pkcs11_la-eng_front.lo pkcs11_la-eng_back.lo pkcs11_la-eng_parse.lo pkcs11_la-eng_err.lo libp11_la-libpkcs11.lo libp11_la-p11_attr.lo libp11_la-p11_cert.lo libp11_la-p11_err.lo libp11_la-p11_ckr.lo libp11_la-p11_key.lo libp11_la-p11_load.lo libp11_la-p11_misc.lo libp11_la-p11_rsa.lo libp11_la-p11_ec.lo libp11_la-p11_pkey.lo libp11_la-p11_slot.lo libp11_la-p11_front.lo libp11_la-p11_atfork.lo -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: sed -e 's|^|_|' < ./pkcs11.exports > .libs/pkcs11-symbols.expsym libtool: link: clang -Wl,-undefined -Wl,dynamic_lookup -o .libs/pkcs11.dylib -bundle .libs/pkcs11_la-eng_front.o .libs/pkcs11_la-eng_back.o .libs/pkcs11_la-eng_parse.o .libs/pkcs11_la-eng_err.o .libs/libp11_la-libpkcs11.o .libs/libp11_la-p11_attr.o .libs/libp11_la-p11_cert.o .libs/libp11_la-p11_err.o .libs/libp11_la-p11_ckr.o .libs/libp11_la-p11_key.o .libs/libp11_la-p11_load.o .libs/libp11_la-p11_misc.o .libs/libp11_la-p11_rsa.o .libs/libp11_la-p11_ec.o .libs/libp11_la-p11_pkey.o .libs/libp11_la-p11_slot.o .libs/libp11_la-p11_front.o .libs/libp11_la-p11_atfork.o -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -O3 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -pthread -Wl,-exported_symbols_list,.libs/pkcs11-symbols.expsym libtool: link: ( cd ".libs" && rm -f "pkcs11.la" && ln -s "../pkcs11.la" "pkcs11.la" ) /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -version-info 7:3:4 -export-symbols "./libp11.exports" -o libp11.la -rpath /Users/ur20980/openssl-3/lib libp11_la-libpkcs11.lo libp11_la-p11_attr.lo libp11_la-p11_cert.lo libp11_la-p11_err.lo libp11_la-p11_ckr.lo libp11_la-p11_key.lo libp11_la-p11_load.lo libp11_la-p11_misc.lo libp11_la-p11_rsa.lo libp11_la-p11_ec.lo libp11_la-p11_pkey.lo libp11_la-p11_slot.lo libp11_la-p11_front.lo libp11_la-p11_atfork.lo -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: sed 's|^|_|' < ./libp11.exports > .libs/libp11-symbols.expsym libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libp11.3.dylib .libs/libp11_la-libpkcs11.o .libs/libp11_la-p11_attr.o .libs/libp11_la-p11_cert.o .libs/libp11_la-p11_err.o .libs/libp11_la-p11_ckr.o .libs/libp11_la-p11_key.o .libs/libp11_la-p11_load.o .libs/libp11_la-p11_misc.o .libs/libp11_la-p11_rsa.o .libs/libp11_la-p11_ec.o .libs/libp11_la-p11_pkey.o .libs/libp11_la-p11_slot.o .libs/libp11_la-p11_front.o .libs/libp11_la-p11_atfork.o -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -O3 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -pthread -install_name /Users/ur20980/openssl-3/lib/libp11.3.dylib -compatibility_version 8 -current_version 8.3 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libp11-symbols.expsym libtool: link: (cd ".libs" && rm -f "libp11.dylib" && ln -s "libp11.3.dylib" "libp11.dylib") libtool: link: ar cru .libs/libp11.a libp11_la-libpkcs11.o libp11_la-p11_attr.o libp11_la-p11_cert.o libp11_la-p11_err.o libp11_la-p11_ckr.o libp11_la-p11_key.o libp11_la-p11_load.o libp11_la-p11_misc.o libp11_la-p11_rsa.o libp11_la-p11_ec.o libp11_la-p11_pkey.o libp11_la-p11_slot.o libp11_la-p11_front.o libp11_la-p11_atfork.o libtool: link: ranlib .libs/libp11.a libtool: link: ( cd ".libs" && rm -f "libp11.la" && ln -s "../libp11.la" "libp11.la" ) cd .. && /bin/sh ./config.status src/libp11.pc config.status: creating src/libp11.pc make check-local make[2]: Entering directory '/Users/ur20980/src/libp11/src' cd .libs && ln -s -f pkcs11.dylib libpkcs11.dylib make[2]: Leaving directory '/Users/ur20980/src/libp11/src' make[1]: Leaving directory '/Users/ur20980/src/libp11/src' Making check in doc make[1]: Entering directory '/Users/ur20980/src/libp11/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/Users/ur20980/src/libp11/doc' Making check in examples make[1]: Entering directory '/Users/ur20980/src/libp11/examples' depbase=`echo auth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I. -I../src -I../ -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT auth.o -MD -MP -MF $depbase.Tpo -c -o auth.o auth.c &&\ mv -f $depbase.Tpo $depbase.Po auth.c:252:7: warning: 'PKCS11_sign' is deprecated [-Wdeprecated-declarations] rc = PKCS11_sign(NID_sha1, random, RANDOM_SIZE, ^ ../src/libp11.h:461:1: note: 'PKCS11_sign' has been explicitly marked deprecated here P11_DEPRECATED_FUNC extern int PKCS11_sign(int type, ^ ../src/libp11.h:423:2: note: expanded from macro 'P11_DEPRECATED_FUNC' P11_DEPRECATED("This function will be removed in libp11 0.5.0") ^ ../src/libp11.h:414:45: note: expanded from macro 'P11_DEPRECATED' #define P11_DEPRECATED(msg) __attribute__ ((deprecated)) ^ auth.c:269:7: warning: 'RSA_verify' is deprecated [-Wdeprecated-declarations] rc = RSA_verify(NID_sha1, random, RANDOM_SIZE, ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:351:1: note: 'RSA_verify' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ auth.c:271:23: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] signature, siglen, EVP_PKEY_get0_RSA(pubkey)); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ auth.c:271:23: warning: passing 'const struct rsa_st *' to parameter of type 'RSA *' (aka 'struct rsa_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] signature, siglen, EVP_PKEY_get0_RSA(pubkey)); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/ur20980/openssl-3/include/openssl/rsa.h:354:64: note: passing argument to parameter 'rsa' here unsigned int siglen, RSA *rsa); ^ 4 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o auth auth.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/auth auth.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo decrypt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I. -I../src -I../ -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT decrypt.o -MD -MP -MF $depbase.Tpo -c -o decrypt.o decrypt.c &&\ mv -f $depbase.Tpo $depbase.Po decrypt.c:172:29: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations] encrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:172:38: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] encrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:183:8: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations] len = RSA_public_encrypt(RANDOM_SIZE, random, encrypted, ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:281:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:185:4: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] EVP_PKEY_get0_RSA(pubkey), ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:185:4: warning: passing 'const struct rsa_st *' to parameter of type 'RSA *' (aka 'struct rsa_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] EVP_PKEY_get0_RSA(pubkey), ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/ur20980/openssl-3/include/openssl/rsa.h:283:29: note: passing argument to parameter 'rsa' here RSA *rsa, int padding); ^ decrypt.c:252:29: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations] decrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); ^ /Users/ur20980/openssl-3/include/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:252:38: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] decrypted = OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pubkey))); ^ /Users/ur20980/openssl-3/include/openssl/evp.h:1353:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ decrypt.c:261:7: warning: 'PKCS11_private_decrypt' is deprecated [-Wdeprecated-declarations] rc = PKCS11_private_decrypt(len, encrypted, ^ ../src/libp11.h:485:1: note: 'PKCS11_private_decrypt' has been explicitly marked deprecated here P11_DEPRECATED_FUNC extern int PKCS11_private_decrypt( ^ ../src/libp11.h:423:2: note: expanded from macro 'P11_DEPRECATED_FUNC' P11_DEPRECATED("This function will be removed in libp11 0.5.0") ^ ../src/libp11.h:414:45: note: expanded from macro 'P11_DEPRECATED' #define P11_DEPRECATED(msg) __attribute__ ((deprecated)) ^ 8 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o decrypt decrypt.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/decrypt decrypt.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo getrandom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I. -I../src -I../ -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT getrandom.o -MD -MP -MF $depbase.Tpo -c -o getrandom.o getrandom.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o getrandom getrandom.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/getrandom getrandom.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo listkeys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I. -I../src -I../ -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT listkeys.o -MD -MP -MF $depbase.Tpo -c -o listkeys.o listkeys.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o listkeys listkeys.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/listkeys listkeys.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread make[1]: Leaving directory '/Users/ur20980/src/libp11/examples' Making check in tests make[1]: Entering directory '/Users/ur20980/src/libp11/tests' make openssl_version fork-test evp-sign fork-change-slot list-tokens rsa-pss-sign rsa-oaep check-privkey store-cert \ rsa-testpkcs11.softhsm rsa-testfork.softhsm rsa-testlistkeys.softhsm rsa-evp-sign.softhsm ec-evp-sign.softhsm ec-testfork.softhsm fork-change-slot.softhsm rsa-pss-sign.softhsm rsa-oaep.softhsm case-insensitive.softhsm rsa-check-privkey.softhsm ec-check-privkey.softhsm pkcs11-uri-without-token.softhsm search-all-matching-tokens.softhsm ec-cert-store.softhsm rsa-cert.der rsa-prvkey.der rsa-pubkey.der ec-cert.der ec-prvkey.der ec-pubkey.der make[2]: Entering directory '/Users/ur20980/src/libp11/tests' depbase=`echo openssl_version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT openssl_version.o -MD -MP -MF $depbase.Tpo -c -o openssl_version.o openssl_version.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o openssl_version openssl_version.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/openssl_version openssl_version.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo fork-test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT fork-test.o -MD -MP -MF $depbase.Tpo -c -o fork-test.o fork-test.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o fork-test fork-test.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/fork-test fork-test.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo evp-sign.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT evp-sign.o -MD -MP -MF $depbase.Tpo -c -o evp-sign.o evp-sign.c &&\ mv -f $depbase.Tpo $depbase.Po evp-sign.c:134:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations] while ((e = ERR_get_error_line(&file, &line))) { ^ /Users/ur20980/openssl-3/include/openssl/err.h:410:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:186:2: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:198:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:199:6: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] e = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:205:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "VERBOSE", NULL, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:210:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "MODULE_PATH", module_path, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:215:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (!ENGINE_init(e)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:228:20: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (key_pass && !ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:236:16: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] private_key = ENGINE_load_private_key(e, private_key_name, ^ /Users/ur20980/openssl-3/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:244:15: warning: 'ENGINE_load_public_key' is deprecated [-Wdeprecated-declarations] public_key = ENGINE_load_public_key(e, public_key_name, ^ /Users/ur20980/openssl-3/include/openssl/engine.h:640:1: note: 'ENGINE_load_public_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp-sign.c:309:2: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(e); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 11 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o evp-sign evp-sign.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/evp-sign evp-sign.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo fork-change-slot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT fork-change-slot.o -MD -MP -MF $depbase.Tpo -c -o fork-change-slot.o fork-change-slot.c &&\ mv -f $depbase.Tpo $depbase.Po fork-change-slot.c:205:9: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:208:5: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:218:5: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:221:14: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] engine = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:230:9: warning: 'ENGINE_ctrl_cmd' is deprecated [-Wdeprecated-declarations] ENGINE_ctrl_cmd(engine, "MODULE_PATH", 0, argv[3], NULL, 1); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:450:1: note: 'ENGINE_ctrl_cmd' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:234:9: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (ENGINE_init(engine)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:235:16: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] pkey = ENGINE_load_private_key(engine, argv[1], 0, 0); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:241:9: warning: 'ENGINE_free' is deprecated [-Wdeprecated-declarations] ENGINE_free(engine); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:493:1: note: 'ENGINE_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ fork-change-slot.c:310:9: warning: 'ENGINE_free' is deprecated [-Wdeprecated-declarations] ENGINE_free(engine); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:493:1: note: 'ENGINE_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 9 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o fork-change-slot fork-change-slot.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/fork-change-slot fork-change-slot.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo list-tokens.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT list-tokens.o -MD -MP -MF $depbase.Tpo -c -o list-tokens.o list-tokens.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o list-tokens list-tokens.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/list-tokens list-tokens.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo rsa-pss-sign.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT rsa-pss-sign.o -MD -MP -MF $depbase.Tpo -c -o rsa-pss-sign.o rsa-pss-sign.c &&\ mv -f $depbase.Tpo $depbase.Po rsa-pss-sign.c:49:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations] while ((e = ERR_get_error_line(&file, &line))) { ^ /Users/ur20980/openssl-3/include/openssl/err.h:410:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:98:2: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:110:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:111:6: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] e = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:117:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "VERBOSE", NULL, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:122:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "MODULE_PATH", module_path, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:127:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (!ENGINE_init(e)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:132:19: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (key_pass && !ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:137:16: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] private_key = ENGINE_load_private_key(e, private_key_name, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:144:15: warning: 'ENGINE_load_public_key' is deprecated [-Wdeprecated-declarations] public_key = ENGINE_load_public_key(e, public_key_name, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:640:1: note: 'ENGINE_load_public_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-pss-sign.c:264:2: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(e); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 11 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o rsa-pss-sign rsa-pss-sign.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/rsa-pss-sign rsa-pss-sign.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo rsa-oaep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT rsa-oaep.o -MD -MP -MF $depbase.Tpo -c -o rsa-oaep.o rsa-oaep.c &&\ mv -f $depbase.Tpo $depbase.Po rsa-oaep.c:50:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations] while ((e = ERR_get_error_line(&file, &line))) { ^ /Users/ur20980/openssl-3/include/openssl/err.h:410:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:98:2: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:108:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:110:6: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] e = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:116:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "VERBOSE", NULL, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:121:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(e, "MODULE_PATH", module_path, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:126:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (!ENGINE_init(e)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:131:19: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (key_pass && !ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:136:16: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] private_key = ENGINE_load_private_key(e, private_key_name, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:143:15: warning: 'ENGINE_load_public_key' is deprecated [-Wdeprecated-declarations] public_key = ENGINE_load_public_key(e, public_key_name, NULL, NULL); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:640:1: note: 'ENGINE_load_public_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ rsa-oaep.c:241:2: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(e); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 11 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o rsa-oaep rsa-oaep.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/rsa-oaep rsa-oaep.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo check-privkey.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT check-privkey.o -MD -MP -MF $depbase.Tpo -c -o check-privkey.o check-privkey.c &&\ mv -f $depbase.Tpo $depbase.Po check-privkey.c:47:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations] while ((e = ERR_get_error_line(&file, &line))) { ^ /Users/ur20980/openssl-3/include/openssl/err.h:410:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:87:2: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:99:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:101:11: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] engine = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:109:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(engine, "VERBOSE", NULL, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:114:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(engine, "MODULE_PATH", module, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:119:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (!ENGINE_init(engine)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:128:8: warning: 'ENGINE_ctrl_cmd' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd(engine, "LOAD_CERT_CTRL", 0, ¶ms, NULL, 1)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:450:1: note: 'ENGINE_ctrl_cmd' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:153:9: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] pkey = ENGINE_load_private_key(engine, privkey, 0, 0); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ check-privkey.c:162:2: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(engine); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 10 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o check-privkey check-privkey.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/check-privkey check-privkey.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread depbase=`echo store-cert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I../src -I.. -I../src -I.. -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -MT store-cert.o -MD -MP -MF $depbase.Tpo -c -o store-cert.o store-cert.c &&\ mv -f $depbase.Tpo $depbase.Po store-cert.c:46:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations] while ((e = ERR_get_error_line(&file, &line))) { ^ /Users/ur20980/openssl-3/include/openssl/err.h:410:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:181:2: warning: 'ENGINE_add_conf_module' is deprecated [-Wdeprecated-declarations] ENGINE_add_conf_module(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:709:1: note: 'ENGINE_add_conf_module' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_add_conf_module(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:194:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] ENGINE_load_builtin_engines(); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:196:11: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] engine = ENGINE_by_id("pkcs11"); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:204:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(engine, "VERBOSE", NULL, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:209:7: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd_string(engine, "MODULE_PATH", module, 0)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:214:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if (!ENGINE_init(engine)) { ^ /Users/ur20980/openssl-3/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:223:8: warning: 'ENGINE_ctrl_cmd' is deprecated [-Wdeprecated-declarations] if (!ENGINE_ctrl_cmd( ^ /Users/ur20980/openssl-3/include/openssl/engine.h:450:1: note: 'ENGINE_ctrl_cmd' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ store-cert.c:267:2: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(engine); ^ /Users/ur20980/openssl-3/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/ur20980/openssl-3/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/ur20980/openssl-3/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 9 warnings generated. /bin/sh ../libtool --tag=CC --mode=link clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -no-install -o store-cert store-cert.o ../src/libp11.la -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread libtool: warning: '-no-install' is ignored for x86_64-apple-darwin20.6.0 libtool: warning: assuming '-no-fast-install' instead libtool: link: clang -I/Users/ur20980/openssl-3/include -O3 -std=gnu18 -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -pthread -o .libs/store-cert store-cert.o ../src/.libs/libp11.dylib -L/Users/ur20980/openssl-3/lib -lcrypto -lpthread -pthread make[2]: Nothing to be done for 'rsa-testpkcs11.softhsm'. make[2]: Nothing to be done for 'rsa-testfork.softhsm'. make[2]: Nothing to be done for 'rsa-testlistkeys.softhsm'. make[2]: Nothing to be done for 'rsa-evp-sign.softhsm'. make[2]: Nothing to be done for 'ec-evp-sign.softhsm'. make[2]: Nothing to be done for 'ec-testfork.softhsm'. make[2]: Nothing to be done for 'fork-change-slot.softhsm'. make[2]: Nothing to be done for 'rsa-pss-sign.softhsm'. make[2]: Nothing to be done for 'rsa-oaep.softhsm'. make[2]: Nothing to be done for 'case-insensitive.softhsm'. make[2]: Nothing to be done for 'rsa-check-privkey.softhsm'. make[2]: Nothing to be done for 'ec-check-privkey.softhsm'. make[2]: Nothing to be done for 'pkcs11-uri-without-token.softhsm'. make[2]: Nothing to be done for 'search-all-matching-tokens.softhsm'. make[2]: Nothing to be done for 'ec-cert-store.softhsm'. make[2]: Nothing to be done for 'rsa-cert.der'. make[2]: Nothing to be done for 'rsa-prvkey.der'. make[2]: Nothing to be done for 'rsa-pubkey.der'. make[2]: Nothing to be done for 'ec-cert.der'. make[2]: Nothing to be done for 'ec-prvkey.der'. make[2]: Nothing to be done for 'ec-pubkey.der'. make[2]: Leaving directory '/Users/ur20980/src/libp11/tests' make check-TESTS make[2]: Entering directory '/Users/ur20980/src/libp11/tests' make[3]: Entering directory '/Users/ur20980/src/libp11/tests' PASS: rsa-testpkcs11.softhsm FAIL: rsa-testfork.softhsm PASS: rsa-testlistkeys.softhsm FAIL: rsa-evp-sign.softhsm FAIL: ec-evp-sign.softhsm FAIL: ec-testfork.softhsm FAIL: fork-change-slot.softhsm FAIL: rsa-pss-sign.softhsm FAIL: rsa-oaep.softhsm FAIL: case-insensitive.softhsm FAIL: rsa-check-privkey.softhsm FAIL: ec-check-privkey.softhsm PASS: pkcs11-uri-without-token.softhsm PASS: search-all-matching-tokens.softhsm FAIL: ec-cert-store.softhsm ============================================================================ Testsuite summary for libp11 0.4.12_git ============================================================================ # TOTAL: 15 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 11 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log ============================================================================ make[3]: *** [Makefile:810: test-suite.log] Error 1 make[3]: Leaving directory '/Users/ur20980/src/libp11/tests' make[2]: *** [Makefile:918: check-TESTS] Error 2 make[2]: Leaving directory '/Users/ur20980/src/libp11/tests' make[1]: *** [Makefile:1089: check-am] Error 2 make[1]: Leaving directory '/Users/ur20980/src/libp11/tests' make: *** [Makefile:480: check-recursive] Error 1