tumbleweed/static-analysis
Passed Started
by
@cryptomilk
Andreas Schneider
1Running with gitlab-runner 16.6.0~beta.105.gd2263193 (d2263193)2 on blue-5.saas-linux-small-amd64.runners-manager.gitlab.com/default -AzERasQ, system ID: s_4cb09cee29e23 feature flags: FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/libssh/build-images:buildenv-tumbleweed ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/libssh/build-images:buildenv-tumbleweed ...9Using docker image sha256:72bff93b968ac528c3245a17005dfb3ea823b6b684c352952b5cfd0e2af4eef3 for registry.gitlab.com/libssh/build-images:buildenv-tumbleweed with digest registry.gitlab.com/libssh/build-images@sha256:f749c324479c32d69e4d1326c4e31d32e6f4c58ccb639111df7e689d458f0d61 ...11Running on runner--azerasq-project-6055600-concurrent-0 via runner-azerasq-s-l-s-amd64-1703247807-24e75b5e...13Fetching changes with git depth set to 3...14Initialized empty Git repository in /builds/libssh/libssh-mirror/.git/15Created fresh repository.16Checking out 5dc10ff6 as detached HEAD (ref is stable-0.9)...17Skipping Git submodules setup18$ git remote set-url origin "${CI_REPOSITORY_URL}"20Using docker image sha256:72bff93b968ac528c3245a17005dfb3ea823b6b684c352952b5cfd0e2af4eef3 for registry.gitlab.com/libssh/build-images:buildenv-tumbleweed with digest registry.gitlab.com/libssh/build-images@sha256:f749c324479c32d69e4d1326c4e31d32e6f4c58ccb639111df7e689d458f0d61 ...21$ export CCC_CC=clang22$ export CCC_CXX=clang++23$ mkdir -p obj && cd obj && scan-build cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DPICKY_DEVELOPER=ON -DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON -DUNIT_TESTING=ON -DSERVER_TESTING=ON .. && scan-build --status-bugs -o scan make -j$(nproc)24scan-build: Using '/usr/bin/clang-17.0.3' for static analysis25CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):26 Compatibility with CMake < 3.5 will be removed from a future version of27 CMake.28 Update the VERSION argument <min> value or use a ...<max> suffix to tell29 CMake that the project does not need compatibility with older versions.30-- The C compiler identification is Clang 17.0.331-- Detecting C compiler ABI info32-- Detecting C compiler ABI info - done33-- Check for working C compiler: /usr/bin/clang - skipped34-- Detecting C compile features35-- Detecting C compile features - done36-- Performing Test REQUIRED_FLAGS_WERROR37-- Performing Test REQUIRED_FLAGS_WERROR - Success38-- Performing Test WITH_STD_GNU99_FLAG39-- Performing Test WITH_STD_GNU99_FLAG - Success40-- Performing Test WITH_WPEDANTIC_FLAG41-- Performing Test WITH_WPEDANTIC_FLAG - Success42-- Performing Test WITH_WALL_FLAG43-- Performing Test WITH_WALL_FLAG - Success44-- Performing Test WITH_WSHADOW_FLAG45-- Performing Test WITH_WSHADOW_FLAG - Success46-- Performing Test WITH_WMISSING_PROTOTYPES_FLAG47-- Performing Test WITH_WMISSING_PROTOTYPES_FLAG - Success48-- Performing Test WITH_WCAST_ALIGN_FLAG49-- Performing Test WITH_WCAST_ALIGN_FLAG - Success50-- Performing Test WITH_WERROR_ADDRESS_FLAG51-- Performing Test WITH_WERROR_ADDRESS_FLAG - Success52-- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG53-- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG - Success54-- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG55-- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG - Success56-- Performing Test WITH_WWRITE_STRINGS_FLAG57-- Performing Test WITH_WWRITE_STRINGS_FLAG - Success58-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG59-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG - Success60-- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG61-- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG - Success62-- Performing Test WITH_WPOINTER_ARITH_FLAG63-- Performing Test WITH_WPOINTER_ARITH_FLAG - Success64-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG65-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG - Success66-- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG67-- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG - Success68-- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG69-- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG - Success70-- Performing Test WITH_WRETURN_TYPE_FLAG71-- Performing Test WITH_WRETURN_TYPE_FLAG - Success72-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG73-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG - Success74-- Performing Test WITH_WUNINITIALIZED_FLAG75-- Performing Test WITH_WUNINITIALIZED_FLAG - Success76-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG77-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG - Success78-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG79-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG - Success80-- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG81-- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG - Success82-- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG83-- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG - Success84-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG85-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG - Success86-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG87-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG - Success88-- Performing Test WITH_WSIGN_COMPARE_FLAG89-- Performing Test WITH_WSIGN_COMPARE_FLAG - Success90-- Performing Test REQUIRED_FLAGS_WFORMAT91-- Performing Test REQUIRED_FLAGS_WFORMAT - Success92-- Performing Test WITH_WFORMAT_SECURITY_FLAG93-- Performing Test WITH_WFORMAT_SECURITY_FLAG - Success94-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG95-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG - Success96-- Performing Test WITH_WNO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG97-- Performing Test WITH_WNO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Success98-- Performing Test WITH_FNO_COMMON_FLAG99-- Performing Test WITH_FNO_COMMON_FLAG - Success100-- Performing Test WITH_STACK_PROTECTOR_STRONG101-- Performing Test WITH_STACK_PROTECTOR_STRONG - Success102-- Performing Test WITH_STACK_CLASH_PROTECTION103-- Performing Test WITH_STACK_CLASH_PROTECTION - Success104-- Performing Test WITH_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG105-- Performing Test WITH_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG - Success106-- Performing Test WITH_WNO_ERROR_TAUTOLOGICAL_COMPARE_FLAG107-- Performing Test WITH_WNO_ERROR_TAUTOLOGICAL_COMPARE_FLAG - Success108-- Performing Test WITH_WNO_DEPRECATED_DECLARATIONS_FLAG109-- Performing Test WITH_WNO_DEPRECATED_DECLARATIONS_FLAG - Success110-- Found ZLIB: /usr/lib64/libz.so (found version "1.3.#define ZLIB_VERSION "1.3"") 111-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "3.1.4") 112-- Found CMocka: /usr/lib64/libcmocka.so 113-- Performing Test CMAKE_HAVE_LIBC_PTHREAD114-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success115-- Found Threads: TRUE 116-- Found GSSAPI: /usr/lib64/libgssapi_krb5.so;/usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so 117-- Could NOT find NaCl (missing: NACL_LIBRARIES NACL_INCLUDE_DIRS) 118CMake Warning (dev) at cmake/Modules/FindABIMap.cmake:225 (find_package):119 Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules120 are removed. Run "cmake --help-policy CMP0148" for policy details. Use121 the cmake_policy command to set the policy and suppress this warning.122Call Stack (most recent call first):123 CMakeLists.txt:105 (find_package)124This warning is for project developers. Use -Wno-dev to suppress it.125-- Found PythonInterp: /usr/bin/python3.11 (found version "3.11.5") 126-- Found ABIMap: /usr/bin/abimap (found suitable version "0.3.2", minimum required is "0.3.1") 127-- Looking for argp.h128-- Looking for argp.h - found129-- Looking for pty.h130-- Looking for pty.h - found131-- Looking for utmp.h132-- Looking for utmp.h - found133-- Looking for termios.h134-- Looking for termios.h - found135-- Looking for unistd.h136-- Looking for unistd.h - found137-- Looking for stdint.h138-- Looking for stdint.h - found139-- Looking for util.h140-- Looking for util.h - not found141-- Looking for libutil.h142-- Looking for libutil.h - not found143-- Looking for sys/time.h144-- Looking for sys/time.h - found145-- Looking for sys/utime.h146-- Looking for sys/utime.h - not found147-- Looking for sys/param.h148-- Looking for sys/param.h - found149-- Looking for arpa/inet.h150-- Looking for arpa/inet.h - found151-- Looking for byteswap.h152-- Looking for byteswap.h - found153-- Looking for glob.h154-- Looking for glob.h - found155-- Looking for valgrind/valgrind.h156-- Looking for valgrind/valgrind.h - not found157-- Looking for openssl/des.h158-- Looking for openssl/des.h - found159-- Looking for openssl/aes.h160-- Looking for openssl/aes.h - found161-- Looking for openssl/ecdh.h162-- Looking for openssl/ecdh.h - found163-- Looking for openssl/ec.h164-- Looking for openssl/ec.h - found165-- Looking for openssl/ecdsa.h166-- Looking for openssl/ecdsa.h - found167-- Looking for EVP_aes_128_ctr168-- Looking for EVP_aes_128_ctr - found169-- Looking for EVP_aes_128_cbc170-- Looking for EVP_aes_128_cbc - found171-- Looking for EVP_aes_128_gcm172-- Looking for EVP_aes_128_gcm - found173-- Looking for CRYPTO_THREADID_set_callback174-- Looking for CRYPTO_THREADID_set_callback - not found175-- Looking for CRYPTO_ctr128_encrypt176-- Looking for CRYPTO_ctr128_encrypt - found177-- Looking for EVP_CIPHER_CTX_new178-- Looking for EVP_CIPHER_CTX_new - found179-- Looking for EVP_KDF_CTX_new_id180-- Looking for EVP_KDF_CTX_new_id - not found181-- Looking for FIPS_mode182-- Looking for FIPS_mode - not found183-- Looking for RAND_priv_bytes184-- Looking for RAND_priv_bytes - found185-- Looking for EVP_DigestSign186-- Looking for EVP_DigestSign - found187-- Looking for EVP_DigestVerify188-- Looking for EVP_DigestVerify - found189-- Looking for OPENSSL_ia32cap_loc190-- Looking for OPENSSL_ia32cap_loc - not found191-- Looking for EVP_PKEY_ED25519192-- Looking for EVP_PKEY_ED25519 - found193-- Looking for EVP_PKEY_X25519194-- Looking for EVP_PKEY_X25519 - found195-- Looking for isblank196-- Looking for isblank - found197-- Looking for strncpy198-- Looking for strncpy - found199-- Looking for strndup200-- Looking for strndup - found201-- Looking for strtoull202-- Looking for strtoull - found203-- Looking for explicit_bzero204-- Looking for explicit_bzero - found205-- Looking for memset_s206-- Looking for memset_s - not found207-- Performing Test HAVE_GLOB_GL_FLAGS_MEMBER208-- Performing Test HAVE_GLOB_GL_FLAGS_MEMBER - Success209-- Looking for glob210-- Looking for glob - found211-- Looking for vsnprintf212-- Looking for vsnprintf - found213-- Looking for snprintf214-- Looking for snprintf - found215-- Looking for poll216-- Looking for poll - found217-- Looking for select218-- Looking for select - found219-- Looking for getaddrinfo220-- Looking for getaddrinfo - found221-- Looking for ntohll222-- Looking for ntohll - not found223-- Looking for htonll224-- Looking for htonll - not found225-- Looking for clock_gettime in rt226-- Looking for clock_gettime in rt - found227-- Looking for forkpty in util228-- Looking for forkpty in util - found229-- Looking for cfmakeraw230-- Looking for cfmakeraw - found231-- Looking for __strtoull232-- Looking for __strtoull - not found233-- Looking for cmocka_set_test_filter234-- Looking for cmocka_set_test_filter - found235-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE236-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Success237-- Performing Test HAVE_MSC_THREAD_LOCAL_STORAGE238-- Performing Test HAVE_MSC_THREAD_LOCAL_STORAGE - Failed239-- Performing Test HAVE_CONSTRUCTOR_ATTRIBUTE240-- Performing Test HAVE_CONSTRUCTOR_ATTRIBUTE - Success241-- Performing Test HAVE_DESTRUCTOR_ATTRIBUTE242-- Performing Test HAVE_DESTRUCTOR_ATTRIBUTE - Success243-- Performing Test HAVE_FALLTHROUGH_ATTRIBUTE244-- Performing Test HAVE_FALLTHROUGH_ATTRIBUTE - Success245-- Performing Test HAVE_UNUSED_ATTRIBUTE246-- Performing Test HAVE_UNUSED_ATTRIBUTE - Success247-- Performing Test HAVE_GCC_VOLATILE_MEMORY_PROTECTION248-- Performing Test HAVE_GCC_VOLATILE_MEMORY_PROTECTION - Success249-- Performing Test HAVE_COMPILER__FUNC__250-- Performing Test HAVE_COMPILER__FUNC__ - Success251-- Performing Test HAVE_COMPILER__FUNCTION__252-- Performing Test HAVE_COMPILER__FUNCTION__ - Success253-- Performing Test HAVE_LD_VERSION_SCRIPT254-- Performing Test HAVE_LD_VERSION_SCRIPT - Success255-- Found Doxygen: /usr/bin/doxygen (found version "1.9.6") found components: doxygen missing components: dot256-- Threads_FOUND=TRUE257-- The CXX compiler identification is Clang 17.0.3258-- Detecting CXX compiler ABI info259-- Detecting CXX compiler ABI info - done260-- Check for working CXX compiler: /usr/bin/clang++ - skipped261-- Detecting CXX compile features262-- Detecting CXX compile features - done263-- Found nss_wrapper: /usr/lib64/libnss_wrapper.so (version "1.1.15")264-- TORTURE_ENVIRONMENT=LD_PRELOAD=/usr/lib64/libsocket_wrapper.so:/usr/lib64/libnss_wrapper.so:/usr/lib64/libuid_wrapper.so:/usr/lib64/libpam_wrapper.so:/builds/libssh/libssh-mirror/obj/lib/libchroot_wrapper.so;UID_WRAPPER=1;UID_WRAPPER_ROOT=1;NSS_WRAPPER_PASSWD=/builds/libssh/libssh-mirror/obj/tests/etc/passwd;NSS_WRAPPER_SHADOW=/builds/libssh/libssh-mirror/obj/tests/etc/shadow;NSS_WRAPPER_GROUP=/builds/libssh/libssh-mirror/obj/tests/etc/group;PAM_WRAPPER_SERVICE_DIR=/builds/libssh/libssh-mirror/obj/tests/etc/pam.d265-- PKD_ENVIRONMENT=LD_PRELOAD=/usr/lib64/libsocket_wrapper.so266-- ********************************************267-- ********** libssh build options : **********268-- zlib support: ON269-- libgcrypt support: OFF270-- libmbedTLS support: OFF271-- libnacl support: OFF272-- SFTP support: ON273-- Server support : ON274-- GSSAPI support : ON275-- GEX support : ON276-- Pcap debugging support : ON277-- Build shared library: ON278-- Unit testing: ON279-- Client code testing: OFF280-- Blowfish cipher support: OFF281-- Server code testing: ON282-- Public API documentation generation283-- Benchmarks: OFF284-- Symbol versioning: ON285-- Allow ABI break: OFF286-- Release is final: 287-- Global client config: /etc/ssh/ssh_config288-- Global bind config: /etc/ssh/libssh_server_config289-- ********************************************290-- Configuring done (7.7s)291-- Generating done (0.1s)292-- Build files have been written to: /builds/libssh/libssh-mirror/obj293scan-build: Analysis run complete.294scan-build: Removing directory '/tmp/scan-build-2023-12-22-122435-14-1' because it contains no reports.295scan-build: No bugs found.296scan-build: Using '/usr/bin/clang-17.0.3' for static analysis297[ 1%] Searching for files298[ 1%] Building C object tests/CMakeFiles/chroot_wrapper.dir/chroot_wrapper.c.o299[ 1%] Built target dev_header_list_int300[ 1%] Linking C shared library ../lib/libchroot_wrapper.so301[ 2%] Building C object tests/server/test_server/CMakeFiles/testserver.dir/test_server.c.o302[ 2%] Built target chroot_wrapper303[ 2%] Built target dev_header_list304[ 2%] Extracting symbols from headers305[ 2%] Building C object tests/server/test_server/CMakeFiles/testserver.dir/default_cb.c.o306[ 2%] Linking C static library libtestserver.a307[ 2%] Built target testserver308[ 2%] Built target libssh_dev.symbols_int309[ 2%] Built target libssh_dev.symbols310[ 3%] Generating the map libssh_dev.map311[WARNING] Overwriting existing file '/builds/libssh/libssh-mirror/obj/src/libssh_dev.map'312No symbols added or removed. Nothing done.313[ 3%] Built target libssh_dev.map_int314[ 3%] Built target libssh_dev.map_copy315[ 5%] Building C object src/CMakeFiles/ssh-static.dir/agent.c.o316[ 5%] Building C object src/CMakeFiles/ssh.dir/agent.c.o317[ 5%] Building C object src/CMakeFiles/ssh-static.dir/auth.c.o318[ 5%] Building C object src/CMakeFiles/ssh.dir/auth.c.o319[ 6%] Building C object src/CMakeFiles/ssh-static.dir/base64.c.o320[ 6%] Building C object src/CMakeFiles/ssh.dir/base64.c.o321[ 7%] Building C object src/CMakeFiles/ssh-static.dir/bignum.c.o322[ 7%] Building C object src/CMakeFiles/ssh.dir/bignum.c.o323[ 7%] Building C object src/CMakeFiles/ssh-static.dir/buffer.c.o324[ 7%] Building C object src/CMakeFiles/ssh.dir/buffer.c.o325[ 8%] Building C object src/CMakeFiles/ssh.dir/callbacks.c.o326[ 8%] Building C object src/CMakeFiles/ssh-static.dir/callbacks.c.o327[ 9%] Building C object src/CMakeFiles/ssh.dir/channels.c.o328[ 9%] Building C object src/CMakeFiles/ssh-static.dir/channels.c.o329[ 9%] Building C object src/CMakeFiles/ssh-static.dir/client.c.o330[ 9%] Building C object src/CMakeFiles/ssh.dir/client.c.o331[ 10%] Building C object src/CMakeFiles/ssh.dir/config.c.o332[ 10%] Building C object src/CMakeFiles/ssh-static.dir/config.c.o333[ 11%] Building C object src/CMakeFiles/ssh-static.dir/connect.c.o334[ 11%] Building C object src/CMakeFiles/ssh.dir/connect.c.o335[ 11%] Building C object src/CMakeFiles/ssh-static.dir/connector.c.o336[ 11%] Building C object src/CMakeFiles/ssh.dir/connector.c.o337[ 13%] Building C object src/CMakeFiles/ssh-static.dir/curve25519.c.o338[ 13%] Building C object src/CMakeFiles/ssh.dir/curve25519.c.o339[ 13%] Building C object src/CMakeFiles/ssh.dir/dh.c.o340[ 13%] Building C object src/CMakeFiles/ssh-static.dir/dh.c.o341[ 14%] Building C object src/CMakeFiles/ssh.dir/ecdh.c.o342[ 14%] Building C object src/CMakeFiles/ssh-static.dir/ecdh.c.o343[ 15%] Building C object src/CMakeFiles/ssh-static.dir/error.c.o344[ 15%] Building C object src/CMakeFiles/ssh.dir/error.c.o345[ 15%] Building C object src/CMakeFiles/ssh.dir/getpass.c.o346[ 15%] Building C object src/CMakeFiles/ssh-static.dir/getpass.c.o347[ 15%] Building C object src/CMakeFiles/ssh.dir/init.c.o348[ 16%] Building C object src/CMakeFiles/ssh-static.dir/init.c.o349[ 17%] Building C object src/CMakeFiles/ssh.dir/kdf.c.o350[ 17%] Building C object src/CMakeFiles/ssh-static.dir/kdf.c.o351[ 17%] Building C object src/CMakeFiles/ssh.dir/kex.c.o352[ 17%] Building C object src/CMakeFiles/ssh-static.dir/kex.c.o353[ 18%] Building C object src/CMakeFiles/ssh.dir/known_hosts.c.o354[ 18%] Building C object src/CMakeFiles/ssh-static.dir/known_hosts.c.o355[ 19%] Building C object src/CMakeFiles/ssh-static.dir/knownhosts.c.o356[ 19%] Building C object src/CMakeFiles/ssh.dir/knownhosts.c.o357[ 19%] Building C object src/CMakeFiles/ssh-static.dir/legacy.c.o358[ 19%] Building C object src/CMakeFiles/ssh.dir/legacy.c.o359/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]360 357 | DSA_free(key->dsa_pub);361 | ^362/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here363 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);364 | ^365/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'366 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)367 | ^368/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'369 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))370 | ^371/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]372 364 | RSA_free(key->rsa_pub);373 | ^374/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here375 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);376 | ^377/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'378 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)379 | ^380/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'381 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))382 | ^383/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]384 357 | DSA_free(key->dsa_pub);385 | ^386/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here387 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);388 | ^389/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'390 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)391 | ^392/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'393 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))394 | ^395/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]396 364 | RSA_free(key->rsa_pub);397 | ^398/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here399 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);400 | ^401/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'402 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)403 | ^404/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'405 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))406 | ^407/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]408 467 | DSA_free(prv->dsa_priv);409 | ^410/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here411/builds/libssh/libssh-mirror/src/legacy.c:467 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(:DSA *r);412 | ^4133/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'414: 193 | # define OSSL_DEPRECATEDIN_3_0 warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]415 OSSL_467 | DEPRECATED(3.0)416 | ^417/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'418 62 | # DSA _ f rdeeef(ipnrev -O>SdSsLa__DpErPiRvE)C;A419T E| D ^(420since) __attribute_/usr/include/openssl/dsa.h_:((132d:e1p:r enote: c'DSA_free' has been explicitly marked deprecated herea421ted))422 | ^423 132 | OSSL_DEPRECATEDIN_3_0 /builds/libssh/libssh-mirror/src/legacy.cv:o468i:d3 :D Swarning: A'RSA_free' is deprecated [-Wdeprecated-declarations]_424free(DSA 468* | r ) ;R425S A| _^f426ree(prv->r/usr/include/openssl/macros.hs:a193_:p49r:i vnote: )expanded from macro 'OSSL_DEPRECATEDIN_3_0';427 | ^428 /usr/include/openssl/rsa.h193: | 299#: 1 : dnote: e'RSA_free' has been explicitly marked deprecated heref429ine OSSL _299D | EOPSRSELC_ADTEEPDRIENC_A3T_E0D I N _ 3 _ 0 v o i d R S A _OfSrSeLe_(DRESPAR E*CrA)T;430E D| (^3431.0)432 | ^433/usr/include/openssl/macros.h:193:/usr/include/openssl/macros.h49::62 :note: 52expanded from macro 'OSSL_DEPRECATEDIN_3_0':434 note: expanded from macro 'OSSL_DEPRECATED'435 193 | #62 | # d e f i ndee fOiSnSeL _ODSESPLR_EDCEAPTREEDCIANT_E3D_(0s i n c e ) _ _ a t t r i b u tOeS_S_L(_(DdEePpRrEeCcAaTtEeDd()3).4360 )| 437 ^ 438| ^439/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'440 62 | # define OSSL_DEPRECATED(since) __attribute_/builds/libssh/libssh-mirror/src/legacy.c_:(468(:d3e:p rwarning: e'RSA_free' is deprecated [-Wdeprecated-declarations]c441ated)) 442468 | | ^ 443RSA_free(prv->rsa_priv);444 | ^445/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here446 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);447 | ^448/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'449 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)450 | ^451/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'452 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))453 | ^45444 warnings generated.455 warnings generated.456[ 20%] Building C object src/CMakeFiles/ssh-static.dir/log.c.o457[ 20%] Building C object src/CMakeFiles/ssh.dir/log.c.o458[ 20%] Building C object src/CMakeFiles/ssh-static.dir/match.c.o459[ 21%] Building C object src/CMakeFiles/ssh.dir/match.c.o460[ 21%] Building C object src/CMakeFiles/ssh.dir/messages.c.o461[ 21%] Building C object src/CMakeFiles/ssh-static.dir/messages.c.o462[ 23%] Building C object src/CMakeFiles/ssh.dir/misc.c.o463[ 23%] Building C object src/CMakeFiles/ssh-static.dir/misc.c.o464[ 23%] Building C object src/CMakeFiles/ssh-static.dir/options.c.o465[ 23%] Building C object src/CMakeFiles/ssh.dir/options.c.o466[ 24%] Building C object src/CMakeFiles/ssh-static.dir/packet.c.o467[ 24%] Building C object src/CMakeFiles/ssh.dir/packet.c.o468[ 25%] Building C object src/CMakeFiles/ssh.dir/packet_cb.c.o469[ 25%] Building C object src/CMakeFiles/ssh-static.dir/packet_cb.c.o470[ 25%] Building C object src/CMakeFiles/ssh-static.dir/packet_crypt.c.o471[ 25%] Building C object src/CMakeFiles/ssh.dir/packet_crypt.c.o472[ 26%] Building C object src/CMakeFiles/ssh-static.dir/pcap.c.o473[ 26%] Building C object src/CMakeFiles/ssh.dir/pcap.c.o474[ 27%] Building C object src/CMakeFiles/ssh-static.dir/pki.c.o475[ 27%] Building C object src/CMakeFiles/ssh.dir/pki.c.o476/builds/libssh/libssh-mirror/src/pki.c/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]477 148 | if(key->dsa) DSA_free(key->dsa);478 | ^479/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here480 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);481 | ^482/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'483 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)484 | ^485/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'486 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))487 | ^488/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]489 149 | if(key->rsa) RSA_free(key->rsa);490 | ^491/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here492 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);493 | ^494/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'495 :148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]496193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)497 | ^498/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'499 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))500 | ^501 148/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]502 151 | if(key->ec | dsa) EC_KEY_free(key->ecdsa);503 | ^504 /usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here505 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);506 | ^507/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'508 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)509 | ^510/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'511 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))512 | ^513 if(key->dsa) DSA_free(key->dsa);514 | ^515/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here516 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);517 | ^518/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'519 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)520 | ^521/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'522 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))523 | ^524/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]525 149 | if(key->rsa) RSA_free(key->rsa);526 | ^527/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here528 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);529 | ^530/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'531 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)532 | ^533/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'534 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))535 | ^536/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]537 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);538 | ^539/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here540 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);541 | ^542/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'543 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)544 | ^545/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'546 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))547 | ^54833 warnings generated.549 warnings generated.550[ 27%] Building C object src/CMakeFiles/ssh.dir/pki_container_openssh.c.o551[ 27%] Building C object src/CMakeFiles/ssh-static.dir/pki_container_openssh.c.o552[ 28%] Building C object src/CMakeFiles/ssh-static.dir/poll.c.o553[ 28%] Building C object src/CMakeFiles/ssh.dir/poll.c.o554[ 29%] Building C object src/CMakeFiles/ssh-static.dir/session.c.o555[ 29%] Building C object src/CMakeFiles/ssh.dir/session.c.o556[ 29%] Building C object src/CMakeFiles/ssh-static.dir/scp.c.o557[ 29%] Building C object src/CMakeFiles/ssh.dir/scp.c.o558[ 31%] Building C object src/CMakeFiles/ssh.dir/socket.c.o559[ 31%] Building C object src/CMakeFiles/ssh-static.dir/socket.c.o560[ 31%] Building C object src/CMakeFiles/ssh.dir/string.c.o561[ 31%] Building C object src/CMakeFiles/ssh-static.dir/string.c.o562[ 32%] Building C object src/CMakeFiles/ssh.dir/threads.c.o563[ 32%] Building C object src/CMakeFiles/ssh-static.dir/threads.c.o564[ 33%] Building C object src/CMakeFiles/ssh-static.dir/wrapper.c.o565[ 33%] Building C object src/CMakeFiles/ssh.dir/wrapper.c.o566/builds/libssh/libssh-mirror/src/wrapper.c:179:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]567 /builds/libssh/libssh-mirror/src/wrapper.c179:179:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]568 179 | EC_KEY_free(crypto->ecdh_privkey);569 | ^570/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here571 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);572 | ^573/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'574 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)575 | ^576/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'577 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))578 | ^579 | EC_KEY_free(crypto->ecdh_privkey);580 | ^581/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here582 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);583 | ^584/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'585 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)586 | ^587/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'588 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))589 | ^59011 warning generated.591 warning generated.592[ 33%] Building C object src/CMakeFiles/ssh-static.dir/external/bcrypt_pbkdf.c.o593[ 33%] Building C object src/CMakeFiles/ssh.dir/external/bcrypt_pbkdf.c.o594[ 34%] Building C object src/CMakeFiles/ssh.dir/external/blowfish.c.o595[ 34%] Building C object src/CMakeFiles/ssh-static.dir/external/blowfish.c.o596[ 35%] Building C object src/CMakeFiles/ssh-static.dir/external/chacha.c.o597[ 35%] Building C object src/CMakeFiles/ssh.dir/external/chacha.c.o598[ 35%] Building C object src/CMakeFiles/ssh.dir/external/poly1305.c.o599[ 35%] Building C object src/CMakeFiles/ssh-static.dir/external/poly1305.c.o600[ 36%] Building C object src/CMakeFiles/ssh-static.dir/chachapoly.c.o601[ 36%] Building C object src/CMakeFiles/ssh.dir/chachapoly.c.o602[ 37%] Building C object src/CMakeFiles/ssh-static.dir/config_parser.c.o603[ 37%] Building C object src/CMakeFiles/ssh.dir/config_parser.c.o604[ 37%] Building C object src/CMakeFiles/ssh-static.dir/token.c.o605[ 37%] Building C object src/CMakeFiles/ssh.dir/token.c.o606[ 39%] Building C object src/CMakeFiles/ssh.dir/pki_ed25519_common.c.o607[ 39%] Building C object src/CMakeFiles/ssh-static.dir/pki_ed25519_common.c.o608[ 39%] Building C object src/CMakeFiles/ssh.dir/threads/noop.c.o609[ 39%] Building C object src/CMakeFiles/ssh-static.dir/threads/noop.c.o610[ 39%] Building C object src/CMakeFiles/ssh.dir/threads/pthread.c.o611[ 40%] Building C object src/CMakeFiles/ssh-static.dir/threads/pthread.c.o612[ 40%] Building C object src/CMakeFiles/ssh-static.dir/threads/libcrypto.c.o613[ 41%] Building C object src/CMakeFiles/ssh.dir/threads/libcrypto.c.o614[ 41%] Building C object src/CMakeFiles/ssh-static.dir/pki_crypto.c.o615[ 41%] Building C object src/CMakeFiles/ssh.dir/pki_crypto.c.o616/builds/libssh/libssh-mirror/src/pki_crypto.c/builds/libssh/libssh-mirror/src/pki_crypto.c:84:25: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]617 84 | const EC_GROUP *g = EC_KEY_get0_group(k);618 | ^619/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here620 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);621 | ^622/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'623 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)624 | ^625/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'626 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))627 | ^628:84:25: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]629 84 | const EC_GROUP *g = EC_KEY_get0_group(k);630 | ^631/builds/libssh/libssh-mirror/src/pki_crypto.c:203:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]632 203 | key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);633 | ^634/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here635 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY/usr/include/openssl/ec.h :*1037E:C1_:K Enote: Y'EC_KEY_get0_group' has been explicitly marked deprecated here_636new_by_curve_nam e1037( | iOnStS Ln_iDdE)P;R637E C| A^T638EDIN_3_0 con/usr/include/openssl/macros.hs:t193 :E49C:_ Gnote: Rexpanded from macro 'OSSL_DEPRECATEDIN_3_0'O639UP *EC_KEY _193g | e#t 0 _ gdreofuipn(ec oOnSsStL _EDCE_PKREEYC A*TkEeDyI)N;_6403 _| 0^ 641 O/usr/include/openssl/macros.hS:S193L:_49D:E Pnote: Rexpanded from macro 'OSSL_DEPRECATEDIN_3_0'E642CATED(3.0)643 | 193 ^ | 644# /usr/include/openssl/macros.hd:e62f:i52n:e note: Oexpanded from macro 'OSSL_DEPRECATED'S645SL_DEPREC A62T | E#D I N _ 3 _d0e f i n e O S S L _ D E P R E COASTSELD_(DsEiPnRcEeC)A T_E_Da(t3t.r0i)b646u t| e ^_647_((de/usr/include/openssl/macros.hp:r62e:c52a:t enote: dexpanded from macro 'OSSL_DEPRECATED')648)649 | ^650 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))651 | ^652/builds/libssh/libssh-mirror/src/pki_crypto.c:208:9: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]653 208 | g = EC_KEY_get0_group(key->ecdsa);654 | ^655/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here656 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);657 | ^658/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'659 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)660 | ^661/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'662 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))663 | ^664/builds/libssh/libssh-mirror/src/pki_crypto.c:226:10: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]665 226 | ok = EC_KEY_set_public_key(key->ecdsa, p);666 | ^667/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here668 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);669 | ^670/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'671 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)672 | ^673/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'674 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))675 | ^676/builds/libssh/libssh-mirror/src/pki_crypto.c:234:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]677 234 | EC_KEY_free(key->ecdsa);678 | ^679/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here680 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);681 | ^682/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'683 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)684 | ^685/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'686 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))687 | ^688/builds/libssh/libssh-mirror/src/pki_crypto.c:238:10: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations]689 238 | ok = EC_KEY_set_private_key(key->ecdsa, bexp);690 | ^691/usr/include/openssl/ec.h:1059:1: note: 'EC_KEY_set_private_key' has been explicitly marked deprecated here692 1059 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);693 | ^694/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'695 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)696 | ^697/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'698 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))699 | ^700/builds/libssh/libssh-mirror/src/pki_crypto.c:241:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]701 241 | EC_KEY_free(key->ecdsa);702 | ^703/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here704 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);705 | ^706/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'707 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)708 | ^709/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'710 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))711 | ^712/builds/libssh/libssh-mirror/src/pki_crypto.c:203:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]713 /builds/libssh/libssh-mirror/src/pki_crypto.c203:257:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]714 257 | key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);715 | ^716/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here717 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);718 | ^719/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'720 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)721 | ^722/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'723 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))724 | ^725/builds/libssh/libssh-mirror/src/pki_crypto.c:262:9: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]726 262 | g = EC_KEY_get0_group(key->ecdsa);727 | ^728/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here729 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);730 | ^731/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'732 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)733 | ^734/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'735 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))736 | ^737 | /builds/libssh/libssh-mirror/src/pki_crypto.c:280:10: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]738 280 | ok = EC_KEY_set_public_key(key->ecdsa, p);739 | ^740/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here741 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);742 | ^743/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'744 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)745 | ^746/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'747 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))748 | ^749 key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);750 | ^751/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here752 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_ne/builds/libssh/libssh-mirror/src/pki_crypto.cw_by_cur:v313e:_20n:a mwarning: e('DSA_new' is deprecated [-Wdeprecated-declarations]i753nt nid);754 | ^ 313 | new->dsa = DSA_new();755 | ^756/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'757 193 | # de/usr/include/openssl/dsa.hf:i130n:e1 :O Snote: S'DSA_new' has been explicitly marked deprecated hereL758_DEPRECA T130E | DOISNS_L3__D0E P R E C A T E D I N _ 3 _ 0 DOSSAS L*_DDSEAP_RnEeCwA(TvEoDi(d3).;0759) 760| ^| 761 ^762/usr/include/openssl/macros.h:62:52/usr/include/openssl/macros.h:: 193note: :expanded from macro 'OSSL_DEPRECATED'49763: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'764 62 | # 193 | # d e fdienfei nOeS SOLS_SDLE_PDREEPCRAETCEADT(EsDiInNc_e3)_ 0_ _ a t t r i b u t e _ _ ( ( d eOpSrSeLc_aDtEePdR)E)C765A T| E ^D766(3.0)767 | ^768/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'769 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))770 | ^771/builds/libssh/libssh-mirror/src/pki_crypto.c:208:9: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]772 208 | g = EC_KEY_get0_group(key->e/builds/libssh/libssh-mirror/src/pki_crypto.cc:d325s:a9):; 773warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]| 774 ^775 /usr/include/openssl/ec.h325: | 1037 : 1 : note: 'EC_KEY_get0_group' has been explicitly marked deprecated here 776 DSA_get0_pq g1037( | kOeSyS-L>_dDsEaP,R E&CpATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);777 | ^778/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'779 , 193& | q#, & gd)e;f780i n| e ^ 781OSSL_DEPRECATED/usr/include/openssl/dsa.hI:N206_:31_:0 note: 'DSA_get0_pqg' has been explicitly marked deprecated here 782 206O | SOSSLS_LD_EDPERPERCEACTAETDE(D3I.N0_)3783_ 0| ^v784oid DSA_/usr/include/openssl/macros.hg:e62t:052_:p qnote: gexpanded from macro 'OSSL_DEPRECATED'(785const DSA *62d | ,# c o n s td eBfIiGnNeU MO S*S*Lp_,786D E| P^R787ECATED/usr/include/openssl/macros.h(:s193i:n49c:e )note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'_788_attribute _193_ | (#( d e pdreefciantee dO)S)S789L _| D ^E790PRECATEDIN_3_0 OSSL_DEPRECATED(3.0)791 | ^792/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'793 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))794 | ^795/builds/libssh/libssh-mirror/src/pki_crypto.c:226:10: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]796 226 | ok = EC_KEY_set_public_key(key->ecdsa, p);797 | ^798/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here799/builds/libssh/libssh-mirror/src/pki_crypto.c:337:14: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]1073800 | OSSL_DEPR E337C | A T E D I N _ 3 _r0c i=n tD SEAC__sKeEtY0__speqtg_(pnuebwl-i>cd_skae,y (nEpC,_ KnEqY, *nkge)y;,801 c| o ^n802st EC_P/usr/include/openssl/dsa.hO:I208N:T1 :* pnote: u'DSA_set0_pqg' has been explicitly marked deprecated hereb803);804 | ^805 208/usr/include/openssl/macros.h | :O193S:S49L:_ Dnote: Eexpanded from macro 'OSSL_DEPRECATEDIN_3_0'P806RECATEDIN_ 3193_ | 0# i n td eDfSiAn_es eOtS0S_Lp_qDgE(PDRSEAC A*TdE,D IBNI_G3N_U0M * p , B I G N U M * q , OBSISGLN_UDME P*RgE)C;A807T E| D^(8083.0)809 /usr/include/openssl/macros.h| : ^193810:49: /usr/include/openssl/macros.hnote: :expanded from macro 'OSSL_DEPRECATEDIN_3_0'62811:52: note: expanded from macro 'OSSL_DEPRECATED'812 193 | # 62d | e#f i n e OdSeSfLi_nDeE PORSESCLA_TDEEDPIRNE_C3A_T0E D ( s i n c e ) _ _ a t t r iObSuStLe__D_E(P(RdEeCpArTeEcDa(t3e.d0))813) 814| ^| 815 ^816/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'817 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))818 | ^819/builds/libssh/libssh-mirror/src/pki_crypto.c:234:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]820 234 | EC_KEY_free(key->ec/builds/libssh/libssh-mirror/src/pki_crypto.cd:s345a:)9;:821 warning: | ^'DSA_get0_key' is deprecated [-Wdeprecated-declarations]822/usr/include/openssl/ec.h:1006: 1345: | note: 'EC_KEY_free' has been explicitly marked deprecated here 823 DSA _1006g | eOtS0S_Lk_eDyE(PkReEyC-A>TdEsDaI,N _&3p_u0b _vkoeiyd, E&Cp_rKiEvY__kferye)e;(824E C| _ ^K825EY *ke/usr/include/openssl/dsa.hy:)209;:8261 :| ^note: 827'DSA_get0_key' has been explicitly marked deprecated here828/usr/include/openssl/macros.h:193:49: note: 209expanded from macro 'OSSL_DEPRECATEDIN_3_0' | 829OSSL_DEPRE C193A | T#E D I Nd_e3f_i0n ev oOiSdS LD_SDAE_PgReEtC0A_TkEeDyI(Nc_o3n_s0t D S A * d , c o n s t BOISGSNLU_MD E*P*RpEuCbA_TkEeDy(,8303 .| 0^)831 | ^832/usr/include/openssl/macros.h:193/usr/include/openssl/macros.h::4962:: 52note: :expanded from macro 'OSSL_DEPRECATEDIN_3_0' 833note: expanded from macro 'OSSL_DEPRECATED'834 193 | 62# | # d e f idneef iOnSeS LO_SDSELP_RDEECPARTEECDAITEND_(3s_i0n c e ) _ _ a t t r i b u t e _O_S(S(Ld_eDpErPeRcEaCtAeTdE)D)(8353 .| 0 ^)836 | ^837/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'838 62 | # define OSSL_DEPRECATED(since) __attribute__((de/builds/libssh/libssh-mirror/src/pki_crypto.cp:r238e:c10a:t ewarning: d'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations])839)840 | ^841 238 | ok = EC_KEY_set_private_key(key->ecdsa, bexp);842 | ^843/usr/include/openssl/ec.h:1059:1: note: 'EC_KEY_set_private_key' has been explicitly marked deprecated here844 1059 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const B/builds/libssh/libssh-mirror/src/pki_crypto.cI:G352N:U14M: *warning: p'DSA_set0_key' is deprecated [-Wdeprecated-declarations]r845v);846 | ^847 352 | /usr/include/openssl/macros.h : 193 : 49 : note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'r848c = DSA_set 0193_ | k#e y ( ndeewf-i>ndes aO,S SnLp_uDbE_PkReEyC,A TNEUDLILN)_;3849_ 0| ^ 850 /usr/include/openssl/dsa.h : 211 : 1 : note: 'DSA_set0_key' has been explicitly marked deprecated here 851OSSL_DEPR E211C | AOTSESDL(_3D.E0P)R852E C| A ^T853EDIN/usr/include/openssl/macros.h_:362_:052 :i nnote: texpanded from macro 'OSSL_DEPRECATED' 854DSA_set0_ k62e | y#( D S A *dde,f iBnIeG NOUSMS L*_pDuEbP_RkEeCyA,T855E D| (^s856ince)/usr/include/openssl/macros.h :_193_:a49t:t rnote: iexpanded from macro 'OSSL_DEPRECATEDIN_3_0'b857ute__((dep r193e | c#a t e dd)e)f858i n| e ^ 859OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)860 | ^861/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'862 62 | # define OSSL_DEPRECATED(sinc/builds/libssh/libssh-mirror/src/pki_crypto.ce:)241 :_9_:a twarning: t'EC_KEY_free' is deprecated [-Wdeprecated-declarations]r863ibute__ (241( | d e p r e c a t eEdC)_)K864E Y| _ ^f865ree(key->ecdsa);866 | ^867/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here868 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);869 | ^870/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'871 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)872 | ^873/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'874 62 | # define OSSL/builds/libssh/libssh-mirror/src/pki_crypto.c_:D364E:P18R:E Cwarning: A'DSA_set0_key' is deprecated [-Wdeprecated-declarations]T875ED(since) _ _364a | t t r i b u t e _ _ ( ( drecp r=e cDaStAe_ds)e)t8760 _| k ^e877y(new->dsa, NULL, npriv_key);878 | ^879/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here880 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,881 | ^882/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'883 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)884 | ^885/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'886 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))887 | ^888/builds/libssh/libssh-mirror/src/pki_crypto.c:376:20: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]889 376 | new->rsa = RSA_new();890 | ^891/usr/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here892 207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);893 | ^894/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'895 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)896 | ^897/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'898 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))899 | ^900/builds/libssh/libssh-mirror/src/pki_crypto.c:257:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]901 257 | key->ecdsa = E/builds/libssh/libssh-mirror/src/pki_crypto.c:391:9: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]902 391 | RSA_get0_key(key->rsCa, &n, &e, &d);903 | ^904/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here905 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,906 | ^907/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'908 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)909 | ^910/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'911 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))912 | ^913_KEY_new_by_/builds/libssh/libssh-mirror/src/pki_crypto.cc:401:14: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]914 401 | rc = RSA_set0_key(new->rsa, nn, ne, NULL);915 | ^916/usr/include/openssl/rsa.h:213:u1: note: 'RSA_set0_key' has been explicitly marked deprecated here917 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *rven, BIGNUM *e, _BIGNUM *d);918 | ^919/usr/include/openssl/macros.h:193:49n: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'920 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)921 | ^922/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'923 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))924 | ^925ame(key->ecdsa_nid);926 | ^927/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here928 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);929 | ^930/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'931 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)932 | ^933/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'934 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))935 | ^936/builds/libssh/libssh-mirror/src/pki_crypto.c:262:9: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]937 262 | g = EC_KEY_get0_group(key->ecdsa);938 | ^939/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here940 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GR/builds/libssh/libssh-mirror/src/pki_crypto.cO:U419P: 18*:E Cwarning: _'RSA_set0_key' is deprecated [-Wdeprecated-declarations]K941EY_get0_grou p419( | c o n s t E C _ K E Y r*ck e=y )R;S942A _| s^e943t0_key/usr/include/openssl/macros.h(:n193e:w49-:> rnote: sexpanded from macro 'OSSL_DEPRECATEDIN_3_0'a944, NULL, NUL L193, | #n d ) ;d945e f| i ^n946e OSSL_D/usr/include/openssl/rsa.hE:P213R:E1C:A Tnote: E'RSA_set0_key' has been explicitly marked deprecated hereD947IN_3_0 213 | O S S L _ D E P ROESCSALT_EDDEIPNR_E3C_A0T EiDn(t3 .R0S)A948_ s| e ^t9490_ke/usr/include/openssl/macros.hy:(62R:S52A: *note: rexpanded from macro 'OSSL_DEPRECATED',950 BIGNUM * n62, | #B I G N U Md e*fei,n eB IOGSNSUM *d);951 | ^952/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'953 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)954 | ^955/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'956 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))957 | ^958/builds/libssh/libssh-mirror/src/pki_crypto.c:427:13: warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]959 427 | RSA_get0_factors(key->rsa, &p, &q);960 | ^961/usr/include/openssl/rsa.h:226:1: note: 'RSA_get0_factors' has been explicitly marked deprecated here962 226 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,963 | ^964/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'965 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)966 | ^967/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'968 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))969 | ^970L_DEPRECATED(since) __attribute__((deprecated))971 | ^972/builds/libssh/libssh-mirror/src/pki_crypto.c:438:22: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]973 438 | rc = RSA_set0_factors(new->rsa, np, nq);974 | ^975/usr/include/openssl/rsa.h:214:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here976 214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);977 | ^978/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'979 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)980 | ^981/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'982 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))983 | ^984/builds/libssh/libssh-mirror/src/pki_crypto.c/builds/libssh/libssh-mirror/src/pki_crypto.c:446:13: warning: 'RSA_get0_crt_params' is deprecated [-Wdeprecated-declarations]985 446 | RSA_get0_crt_params(key->rsa, &dmp1, &dmq1, &iqmp);986 | ^987/usr/include/openssl/rsa.h:231:1: note: 'RSA_get0_crt_params' has been explicitly marked deprecated here988 231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,989 | ^990/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'991 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)992 | ^993/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'994 62 | # define OSSL_DEPRECATED(since) __attr:ib280u:t10e:_ _warning: (('EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]d995eprecated))996 | 280 ^ | 997 ok = EC_KEY_set_public_key(key->ecdsa, p);998 | ^999/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here1000 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);1001 | ^1002/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1003 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1004 | ^1005/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1006 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1007 | ^1008/builds/libssh/libssh-mirror/src/pki_crypto.c:460:23: warning: 'RSA_set0_crt_params' is deprecated [-Wdeprecated-declarations]1009 460 | rc = RSA_set0_crt_params(new->rsa, ndmp1, ndmq1, niqmp);1010 | ^1011/usr/include/openssl/rsa.h:215:1: note: 'RSA_set0_crt_params' has been explicitly marked deprecated here1012 215 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,1013 | ^1014/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1015 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1016 | ^1017/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1018 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1019 | ^1020/builds/libssh/libssh-mirror/src/pki_crypto.c:483:26: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]1021 483 | new->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1022 | ^1023/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here1024 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1025 | ^1026/builds/libssh/libssh-mirror/src/pki_crypto.c:313:20: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]/usr/include/openssl/macros.h1027:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1028 313 | n193e | w#- > d sdae f=i nDeS AO_SnSeLw_(D)E;P1029R E| C ^A1030TEDIN_3_0 OSSL_DE/usr/include/openssl/dsa.hP:R130E:C1A:T Enote: D'DSA_new' has been explicitly marked deprecated here(10313.0)1032 | ^ 1033130 | OS/usr/include/openssl/macros.hS:L62_:D52E:P Rnote: Eexpanded from macro 'OSSL_DEPRECATED'C1034ATEDIN_3_ 062 | D#S A * D SdAe_fnienwe( vOoid);1035 | ^1036/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1037 S193 | #S L _ DdEePfRiEnCeA TOESDS(Ls_iDnEcPeR)E C_A_TaEtDtIrNi_b3u_t0e _ _ ( ( d e p r e c a t e d ) )O1038S S| L ^_1039DEPRECATED(3.0)1040 | ^1041/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1042 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1043 | ^1044/builds/libssh/libssh-mirror/src/pki_crypto.c:488:17: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]1045/builds/libssh/libssh-mirror/src/pki_crypto.c:325:9 :488 | warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] 1046 325p | = E C _ K E YD_SgAe_tg0e_tp0u_bplqg(key->dsa, &p, &q, &g);1047 | ^1048/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here1049ic_key(k e206y | -O>SeScLd_sDaE)P;R1050E C| A ^T1051EDIN_3_0 v/usr/include/openssl/ec.ho:i1065d: 1D:S Anote: _'EC_KEY_get0_public_key' has been explicitly marked deprecated hereg1052et0_pqg(cons t1065 | DOSSAS L*_dD,E PcRoEnCsAtT EBDIIGNN_U3M_ 0* *cpo,n1053s t| ^E1054C_POI/usr/include/openssl/macros.hN:T193 :*49E:C _note: Kexpanded from macro 'OSSL_DEPRECATEDIN_3_0'E1055Y_get0_pub l193i | c#_ k e yd(ecfoinnset OESCSL_DEPRECATEDIN_3_0 OS_SKLE_YD E*PkReEyC)A;T1056E D| (^31057.0)1058 | ^1059/usr/include/openssl/macros.h:193:/usr/include/openssl/macros.h49::62 :note: 52expanded from macro 'OSSL_DEPRECATEDIN_3_0':1060 note: expanded from macro 'OSSL_DEPRECATED'1061 193 | #62 | # d e f i ndee fOiSnSeL _ODSESPLR_EDCEAPTREEDCIANT_E3D_(0s i n c e ) _ _ a t t r i b u tOeS_S_L(_(DdEePpRrEeCcAaTtEeDd()3).10620 )| 1063 ^ 1064| ^1065/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1066 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1067 | ^1068/builds/libssh/libssh-mirror/src/pki_crypto.c:493:18: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]1069 493 | /builds/libssh/libssh-mirror/src/pki_crypto.c : 337 : 14 : owarning: k 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]=1070 EC_KEY_se 337 | rc = t_public_key(new->ecdsa, p);1071 | ^1072/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here1073 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);1074 | ^1075/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1076 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1077 | ^1078/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1079 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1080 | ^1081/builds/libssh/libssh-mirror/src/pki_crypto.c:498:26: warning: 'EC_KEY_dup' is deprecated [-Wdeprecated-declarations]1082 498 | new->ecdsa = EC_KEY_dup(key->ecdsa);1083 | ^1084/usr/include/openssl/ec.h:1019:1: note: 'EC_KEY_dup' has been explicitly marked deprecated here1085 1019 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);1086 | ^1087/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1088 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1089 | ^1090/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1091 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1092 | ^1093DSA_set0_pqg(new->dsa, np, nq, ng);1094 | ^1095/usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here1096 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);1097 | ^1098/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1099 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1100 | ^1101/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1102 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1103 | ^1104/builds/libssh/libssh-mirror/src/pki_crypto.c:345:9: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]1105 345 | DSA_get0_key(key->dsa, &pub_key, &priv_key);1106 | ^1107/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here1108 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1109 | ^1110/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1111 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1112 | ^1113/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1114 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1115 | ^1116/builds/libssh/libssh-mirror/src/pki_crypto.c:352:14: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]1117 352 | rc = DSA_set0_key(new->dsa, npub_key, NULL);1118 | ^1119/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here1120 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1121 | ^1122/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1123 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1124 | ^1125/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1126 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1127 | ^1128/builds/libssh/libssh-mirror/src/pki_crypto.c:364:18: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]1129 364 | rc = DSA_set0_key(new->dsa, NULL, npriv_key);1130 | ^1131/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here1132 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,1133 | ^1134/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1135 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1136 | ^1137/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1138 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1139 | ^1140/builds/libssh/libssh-mirror/src/pki_crypto.c:376:20: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]1141 376 | new->rsa = RSA_new();1142 | ^1143/usr/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here1144 207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1145 | ^1146/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1147 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1148 | ^1149/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1150 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1151 | ^1152/builds/libssh/libssh-mirror/src/pki_crypto.c:391:9: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]1153 391 | RSA_get0_key(key->rsa, &n, &e, &d);1154 | ^1155/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here1156 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1157 | ^1158/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1159 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1160 | ^1161/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1162 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1163 | ^1164/builds/libssh/libssh-mirror/src/pki_crypto.c:401:14: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]1165 401 | rc = RSA_set0_key(new->rsa, nn, ne, NULL);1166 | ^1167/usr/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here1168 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1169 | ^1170/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1171 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1172 | ^1173/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1174 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1175 | ^1176/builds/libssh/libssh-mirror/src/pki_crypto.c:525:13: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]1177 525 | key->rsa = RSA_new();1178 | ^1179/usr/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here1180 207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1181 | ^1182/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1183 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1184 | ^1185/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1186 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1187 | ^1188/builds/libssh/libssh-mirror/src/pki_crypto.c:528:7: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]1189 528 | rc = RSA_generate_key_ex(key->rsa, parameter, e, NULL);1190 | ^1191/usr/include/openssl/rsa.h:266:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here1192 266 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,1193 | ^1194/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1195 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1196 | ^1197/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1198 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1199 | ^1200/builds/libssh/libssh-mirror/src/pki_crypto.c:419:18:/builds/libssh/libssh-mirror/src/pki_crypto.c :540:16: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]1201 540 | key->dsa = DSA_new();1202 | ^1203/usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here1204 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1205 | ^1206/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1207 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1208 | ^1209/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1210 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1211 | ^1212warning: /builds/libssh/libssh-mirror/src/pki_crypto.c:544:10: warning: 'DSA_generate_parameters_ex' is deprecated [-Wdeprecated-declarations]1213 544 | rc = DSA_generate_parameters_ex(key->dsa,1214 | ^1215/usr/include/openssl/dsa.h:172:1: note: 'DSA_generate_parameters_ex' has been explicitly marked deprecated here1216 172 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits,1217 | ^'RSA_set0_key' is deprecated [-Wdeprecated-declarations]1218/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1219 193 | # define OSSL_DEPRECATE1220 419 | rc = RSA_set0_key(new->rsa, NULL, NULL, nd);1221 | ^1222/usr/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here1223 213 | OSSL_DEPRECATDINEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);1224 | ^1225/usr/include/openssl/macros.h_3:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1226 193_0 OSSL_DEPRECATED(3.0)1227 | ^1228/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1229 | # 62 de | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPfine OSSL_DEPRECATED(since) __attribute__((deRprecated))1230 | ^1231ECATED(3.0)1232 | ^1233/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1234 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1235 | ^1236/builds/libssh/libssh-mirror/src/pki_crypto.c:552:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]1237 552 | DSA_free(key->dsa);1238 | ^1239/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here1240 132 | /builds/libssh/libssh-mirror/src/pki_crypto.c:427:13: warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]O1241SSL_DEPRECA T427E | D I N _ 3 _ 0 v o i d RDSSAA__gferte0e_(fDaScAt o*rrs)(;k1242e y| -^>1243rsa, &p, &q/usr/include/openssl/macros.h):;1244193 :| 49 ^:1245 note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1246/usr/include/openssl/rsa.h:226: 1193: | #note: 'RSA_get0_factors' has been explicitly marked deprecated here 1247 define O S226S | LO_SDSELP_RDEECPARTEECDAITNE_D3I_N0_ 3 _ 0 v o i d R S A _ g e tO0S_SfLa_cDtEoPrRsE(CcAoTnEsDt( 3R.S0A) 1248* r| , ^1249 | ^1250/usr/include/openssl/macros.h:62:52:/usr/include/openssl/macros.h :note: 193expanded from macro 'OSSL_DEPRECATED':125149: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1252 62 | # 193 | d#e f i ndee fOiSnSeL _ODSESPLR_EDCEAPTREEDC(AsTiEnDcIeN)_ 3___0a t t r i b u t e _ _ ( ( d e p rOeScSaLt_eDdE)P)R1253E C| A ^T1254ED(3.0)1255 | ^1256/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1257 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1258 | ^1259/builds/libssh/libssh-mirror/src/pki_crypto.c:563:10: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations]1260 563 | rc = DSA_generate_key(key->dsa);1261 | ^1262/usr/include/openssl/dsa.h:179:1: note: 'DSA_generate_key' has been explicitly marked deprecated here1263 179 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);1264 | ^1265/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1266 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1267 | ^1268/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1269 62 | # define OS/builds/libssh/libssh-mirror/src/pki_crypto.cSL:_438D:E22P:R Ewarning: C'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]A1270TED(since) _ _438a | t t r i b u t e _ _ ( ( d e p r ercca t=e dR)S)A1271_ s| e ^t12720_factors(new->rsa, np, nq);1273 | ^1274/usr/include/openssl/rsa.h:214:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here1275 214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p,/builds/libssh/libssh-mirror/src/pki_crypto.c :B565I:G9N:U Mwarning: 'DSA_free' is deprecated [-Wdeprecated-declarations]*1276q);1277 | ^5651278 | /usr/include/openssl/macros.h : 193 :D49S:A _note: fexpanded from macro 'OSSL_DEPRECATEDIN_3_0'r1279ee(key->ds a193) | ;#1280 | ^d1281efine/usr/include/openssl/dsa.h :O132S:S1L:_ Dnote: E'DSA_free' has been explicitly marked deprecated hereP1282RECATED I132N | _O3S_S0L _ D E P R E C A T E D I N _ 3 _O0S SvLo_iDdE PDRSEAC_AfTrEeDe((3D.S0A) 1283* r| ) ^;1284 | ^/usr/include/openssl/macros.h1285:62:52:/usr/include/openssl/macros.h :note: 193expanded from macro 'OSSL_DEPRECATED':128649: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1287 62 | # 193 | d#e f i ndee fOiSnSeL _ODSESPLR_EDCEAPTREEDC(AsTiEnDcIeN)_ 3___0a t t r i b u t e _ _ ( ( d e p rOeScSaLt_eDdE)P)R1288E C| A ^T1289ED(3.0)1290 | ^1291/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1292 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1293 | ^1294/builds/libssh/libssh-mirror/src/pki_crypto.c:446:13: warning: 'RSA_get0_crt_params' is deprecated [-Wdeprecated-declarations]1295 446 | RSA_get0_crt_params(key->rsa, &dmp1, &dmq1, &iqmp);1296 | ^1297/usr/include/openssl/rsa.h:231:1: note: 'RSA_get0_crt_params' has been explicitly marked deprecated here1298 231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,1299 | ^1300/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1301 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1302 | ^1303/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1304 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1305 | ^1306/builds/libssh/libssh-mirror/src/pki_crypto.c:460:23: warning: 'RSA_set0_crt_params' is deprecated [-Wdeprecated-declarations]1307 460 | rc = RSA_set0_crt_params(new->rsa, ndmp1, ndmq1, niqmp);1308 | ^1309/usr/include/openssl/rsa.h:215:1: note: 'RSA_set0_crt_params' has been explicitly marked deprecated here1310 215 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,1311 | ^1312/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1313 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1314 | ^1315/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1316 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1317 | ^1318/builds/libssh/libssh-mirror/src/pki_crypto.c:595:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]1319 595 | key->ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid);1320 | ^1321/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here1322 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);1323 | ^1324/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1325 193 | # define OSS/builds/libssh/libssh-mirror/src/pki_crypto.cL:_483D:E26P:R Ewarning: CA'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]T1326EDIN_3_0 483 | O S SnLe_wD-E>PeRcEdCsAaT E=D (E3C._0K)E1327Y _| n ^e1328w_by_/usr/include/openssl/macros.hc:u62r:v52e:_ nnote: aexpanded from macro 'OSSL_DEPRECATED'me(key->ecdsa_nid1329);1330 | ^1331 62 | # /usr/include/openssl/ec.h : 1001 :d1e:f inote: n'EC_KEY_new_by_curve_name' has been explicitly marked deprecated heree1332 OSSL_DEPR E1001C | AOTSESDL(_sDiEnPcReE)C A_T_EaDtItNr_i3b_u0t eE_C__(K(EdYe p*rEeCc_aKtEeYd_)n)e1333w _| b ^y1334_curve_name(int nid);1335 | ^1336/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1337 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1338 | ^1339/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1340/builds/libssh/libssh-mirror/src/pki_crypto.c:600:10: warning: 62'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations] | 1341# def i600n | e O S SoLk_ D=E PERCE_CKAETYE_Dg(esnienrcaet)e __k_eayt(tkreiyb-u>teec_d_s(a()d;e1342p r| e ^c1343ated))1344 /usr/include/openssl/ec.h| : ^11041345:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here1346 1104 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);1347 | ^1348/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1349 193 | # define OSSL_DEPRECATED/builds/libssh/libssh-mirror/src/pki_crypto.cI:N488_:317_:0 warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 1350 488 | O S S L _ D E P R E C ApT E=D (E3C._0K)E1351Y _| g ^e1352t0_p/usr/include/openssl/macros.hu:b62l:i52c:_ knote: eexpanded from macro 'OSSL_DEPRECATED'y1353(key->ecd s62a | )#; 1354 | ^ 1355define /usr/include/openssl/ec.hO:S1065S:L1_:D Enote: P'EC_KEY_get0_public_key' has been explicitly marked deprecated hereR1356ECATED(sinc e1065) | O_S_SaLt_tDrEiPbRuEtCeA_T_E(D(IdNe_p3r_e0c actoends)t)1357 E| C ^_1358POINT *EC_KEY_get0_public_key(const EC_KEY *key);1359 | ^1360/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1361 193 | # define OSS/builds/libssh/libssh-mirror/src/pki_crypto.cL:_602D:E9P:R Ewarning: C'EC_KEY_free' is deprecated [-Wdeprecated-declarations]A1362TEDIN_3 _6020 | E C _ K E Y _ fOrSeSeL(_kDeEyP-R>EeCcAdTsEaD)(;31363. 0| ) ^1364 | ^1365/usr/include/openssl/ec.h:/usr/include/openssl/macros.h1006::621::52 :note: 'EC_KEY_free' has been explicitly marked deprecated herenote: 1366expanded from macro 'OSSL_DEPRECATED'1367 1006 | O62S | S#L _ D E P RdEeCfAiTnEeD IONS_S3L__0D EvPoRiEdC AETCE_DK(EsYi_nfcree)e (_E_Ca_tKtErYi b*ukteey_)_;(1368( | d^e1369preca/usr/include/openssl/macros.ht:e193d:)49):1370 note: | expanded from macro 'OSSL_DEPRECATEDIN_3_0' ^1371 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1372 | ^1373/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1374 62 | # d/builds/libssh/libssh-mirror/src/pki_crypto.ce:f493i:n18e: Owarning: S'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations]S1375L_DEPRECAT E493D | ( s i n c e ) _ _ a t torki b=u tEeC___K(E(Yd_esperte_cpautbeldi)c)_1376k e| y ^(1377new->ecdsa, p);1378 | ^1379/usr/include/openssl/ec.h:1073:1: note: 'EC_KEY_set_public_key' has been explicitly marked deprecated here1380/builds/libssh/libssh-mirror/src/pki_crypto.c:606:5: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations]1381 1073606 | | O S S L _EDCE_PKREEYC_AsTeEtD_IaNs_n31__0f liangt( kEeCy_-K>EeYc_dsseat,_ pOuPbElNiScS_Lk_eEyC(_ENCA_MKEEDY_ C*UkReVyE,) ;c1382o n| s ^t1383 EC_PO/usr/include/openssl/ec.hI:N1090T: 1*:p unote: b'EC_KEY_set_asn1_flag' has been explicitly marked deprecated here)1384;1385 | ^1386/usr/include/openssl/macros.h :1090193 | :O49S:S Lnote: _expanded from macro 'OSSL_DEPRECATEDIN_3_0'D1387EPRECATEDI N193_ | 3#_ 0 vdoeifdi nEeC _OKSESYL__sDeEtP_RaEsCnA1T_EfDlIaNg_(3E_C0_ K E Y * e c k e y , i n t OaSsSnL1__DfElPaRgE)C;1388A T| E^D1389(3.0)/usr/include/openssl/macros.h1390: 193| : ^491391: note: /usr/include/openssl/macros.hexpanded from macro 'OSSL_DEPRECATEDIN_3_0':139262:52: note: expanded from macro 'OSSL_DEPRECATED'1393 193 | # d62e | f#i n e O SdSeLf_iDnEeP ROESCSALT_EDDEIPNR_E3C_A0T E D ( s i n c e ) _ _ a t t rOiSbSuLt_eD_E_P(R(EdCeApTrEeDc(a3t.e0d)1394) )| 1395 ^ 1396| ^1397/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1398 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1399 | ^1400/builds/libssh/libssh-mirror/src/pki_crypto.c:498:26: warning: 'EC_KEY_dup' is deprecated [-Wdeprecated-declarations]1401 498 | new->ecdsa = EC_KEY_dup(key->ecdsa);1402 | ^1403/usr/include/openssl/ec.h:1019:1: note: 'EC_KEY_dup' has been explicitly marked deprecated here1404 1019 | OSSL_DEPRE/builds/libssh/libssh-mirror/src/pki_crypto.c:620:17: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations]1405 620 | C ATED IN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);1406 | ^1407/usr/include/openssl/macros.h :193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1408 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1409 | ^1410/usr/include/openssl/macros.h :62:52: note: expanded from macro 'OSSL_DEPRECATED'1411 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1412 | ^1413 if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1414 | ^1415/usr/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here1416 135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1417 | ^1418/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1419 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1420 | ^1421/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1422 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1423 | ^1424/builds/libssh/libssh-mirror/src/pki_crypto.c:620:38: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations]1425 620 | if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1426 | ^1427/usr/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here1428 135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1429 | ^1430/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1431 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1432 | ^1433/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1434 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1435 | ^1436/builds/libssh/libssh-mirror/src/pki_crypto.c:623:13: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]1437 623 | /builds/libssh/libssh-mirror/src/pki_crypto.c:525:13: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]1438 DSA_get0_pqg(k1->525 | d key->rsa = sa, &p1, &q1, &g1);1439 | ^R1440SA_new();1441 | ^1442/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here1443/usr/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here1444 207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);1445 | ^1446/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1447 193 | # define OSSL_DEPRECATEDIN_3_0 206 | OSSL_DEPRECATEDIN_3_ 0 v oOiSdS LD_SDAE_PgReEtC0A_TpEqDg((3c.o0n)s1448t | D ^S1449A *d, const/usr/include/openssl/macros.h :62:52: note: expanded from macro 'OSSL_DEPRECATED'1450 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1451 | ^1452BIGNUM **p,1453 | ^1454/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1455 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1456 | ^1457/builds/libssh/libssh-mirror/src/pki_crypto.c:528:7: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]1458 /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1459 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1460 | ^1461/builds/libssh/libssh-mirror/src/pki_crypto.c:624:13: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]1462 624 | D528 | rc = RSA_generate_keSA_get0_pqg(k2->dsa, &p2, &q2, &g2);1463 | ^1464/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here1465 206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1466 | ^1467/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1468 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1469 | ^1470/usr/include/openssl/macros.hy_ex(key->rsa, parameter, e, NULL);1471 | ^:62:52: note: expanded from macro 'OSSL_DEPRECATED'1472 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1473 | ^1474/usr/include/openssl/rsa.h:266:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here1475 266 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM/builds/libssh/libssh-mirror/src/pki_crypto.c: *e,1476 | ^1477/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1478 193 | # defin634:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]1479 634 | e OSSL_DEPRECATEDIN_3_0 OSSL _DEPRECATED(3.0)1480 | ^1481 DSA_get0_key(k1->dsa, &pub_key1, &priv_key1);1482 | ^1483/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here1484 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get/usr/include/openssl/macros.h:62:52: note: 0_key(const DSA *d, const BIGNUM **pub_key,1485 | ^1486/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1487 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1488 | ^1489/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1490expanded from macro 'OSSL_DEPRECATED' 62 | # define OSSL_DEPRECATED(since) 1491__at 62 | # t r i b udefine OSSL_DEPRECATED(since) __atte__((deprecated))1492 | ^1493tribute__((deprecated))1494 | ^1495/builds/libssh/libssh-mirror/src/pki_crypto.c:635:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]1496 635 | DSA_get0_key(k2->dsa, &pub_key2, &priv_key2);1497 | ^1498/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here1499 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1500 | ^1501/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1502 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1503 | ^1504/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1505 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1506 | ^1507/builds/libssh/libssh-mirror/src/pki_crypto.c:650:17: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]1508 650 | if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1509 | ^1510/usr/include/openssl/rsa.h:210:1: note: 'RSA_size' has been explicitly marked deprecated here1511 210 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1512 | ^1513/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1514 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1515 | ^1516/usr/include/openssl/macros.h:62:52:/builds/libssh/libssh-mirror/src/pki_crypto.c note: :expanded from macro 'OSSL_DEPRECATED'5401517:16: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]1518 62 | # 540 | d e fkienye- >OdSsSaL _=D EDPSRAE_CnAeTwE(D)(;s1519i n| c ^e1520) __attribute/usr/include/openssl/dsa.h_:_130(:(1d:e pnote: r'DSA_new' has been explicitly marked deprecated heree1521cated))1522 130| | ^O1523SSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);1524 | ^1525/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1526/builds/libssh/libssh-mirror/src/pki_crypto.c :193650 | :#38 : warning: d'RSA_size' is deprecated [-Wdeprecated-declarations]e1527fine OSSL _650D | E P R E C A T E D I N _ 3i_f0 ( R S A _ s i z e ( k 1 - > r sOaS)S L!_=D ERPSRAE_CsAiTzEeD((k32.-0>)r1528s a| ) ^)1529 {1530 | /usr/include/openssl/macros.h ^:153162:52: note: /usr/include/openssl/rsa.hexpanded from macro 'OSSL_DEPRECATED':1532210:1: note: 'RSA_size' has been explicitly marked deprecated here1533 62 | # 210 | OdSeSfLi_nDeE PORSESCLA_TDEEDPIRNE_C3A_T0E Di(nsti nRcSeA)_ s_i_zaet(tcroinbsutt eR_S_A( (*drespar)e;1534c a| t^e1535d))1536/usr/include/openssl/macros.h :| 193 ^:153749: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1538 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1539 | ^1540/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1541 62 | # define OSSL_/builds/libssh/libssh-mirror/src/pki_crypto.cD:E544P:R10E:C Awarning: T'DSA_generate_parameters_ex' is deprecated [-Wdeprecated-declarations]E1542D(since) 544_ | _ a t t rricb u=t eD__S(A(_dgeepnreercaattee_dp)a)r1543a m| e ^t1544ers_ex(key->dsa,1545 | ^1546/usr/include/openssl/dsa.h:172:1: note: 'DSA_generate_parameters_ex' has been explicitly marked deprecated here1547 172 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_par/builds/libssh/libssh-mirror/src/pki_crypto.ca:m653e:t13e:r swarning: _'RSA_get0_key' is deprecated [-Wdeprecated-declarations]e1548x(DSA *ds a653, | i n t b i t s , 1549 | R^S1550A_get0_/usr/include/openssl/macros.hk:e193y:(49k:1 -note: >expanded from macro 'OSSL_DEPRECATEDIN_3_0'r1551sa, &n1, &e 1193, | #N U L Ld)e;f1552i n| e ^ 1553OSSL_DE/usr/include/openssl/rsa.hP:R223E:C1A:T Enote: D'RSA_get0_key' has been explicitly marked deprecated hereI1554N_3_0 223 | O S S L _ D E P R EOCSASTLE_DDIENP_R3E_C0A TvEoDi(d3 .R0S)A1555_ g| e ^t15560_k/usr/include/openssl/macros.he:y62(:c52o:n snote: texpanded from macro 'OSSL_DEPRECATED' 1557RSA *r,1558 | ^621559 | # define OSSL_DEPRECA/usr/include/openssl/macros.hT:E193D:(49s:i nnote: cexpanded from macro 'OSSL_DEPRECATEDIN_3_0'e1560) __attrib u193t | #e _ _ (d(edfeipnree cOaStSeLd_)D)E1561P R| E ^C1562ATEDIN_3_0 OSSL_DEPRECATED(3.0)1563 | ^1564/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1565 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1566 | ^1567/builds/libssh/libssh-mirror/src/pki_crypto.c:552:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]1568 552 | DSA_free(key->dsa);1569 | ^1570/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here1571/builds/libssh/libssh-mirror/src/pki_crypto.c:654:13: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]1321572 | OSSL_DEP R654E | C A T E D I N _ 3 _ 0 vRoSiAd_ gDeStA0__fkreeye((kD2S-A> r*sra),; 1573& n| 2^,1574 &e2, N/usr/include/openssl/macros.hU:L193L:)49;:1575 note: | expanded from macro 'OSSL_DEPRECATEDIN_3_0' ^1576/usr/include/openssl/rsa.h:223:1 :193 | note: #'RSA_get0_key' has been explicitly marked deprecated here 1577 define 223O | SOSSLS_LD_EDPERPERCEACTAETDEIDNI_N3__30_ 0 v o i d R S A _ g e t 0 _OkSeSyL(_cDoEnPsRtE CRASTAE D*(r3,1578. 0| )^1579 | ^1580/usr/include/openssl/macros.h:193/usr/include/openssl/macros.h::4962:: 52note: :expanded from macro 'OSSL_DEPRECATEDIN_3_0' 1581note: expanded from macro 'OSSL_DEPRECATED'1582 193 | 62# | # d e f idneef iOnSeS LO_SDSELP_RDEECPARTEECDAITNE_D3(_s0i n c e ) _ _ a t t r i b u t eO_S_S(L(_dDeEpPrREeCcAaTtEeDd()3).15830 )| 1584 ^ 1585| ^1586/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1587 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1588 | ^1589/builds/libssh/libssh-mirror/src/pki_crypto.c:563:10: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations]1590 563 | rc = DSA_generate_key(key->dsa);1591 | ^1592/usr/include/openssl/dsa.h:179:1: note: 'DSA_generate_key' has been explicitly marked deprecated here1593 179 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);1594 | ^1595/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1596 193 | # define O/builds/libssh/libssh-mirror/src/pki_crypto.cS:S663L:_17D:E Pwarning: R'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]E1597CATEDIN_3_ 0663 | O SRSSLA__DgEePtR0E_CfAaTcEtDo(r3s.(0k)11598- >| r ^s1599a, &/usr/include/openssl/macros.hp:162,: 52&:q 1note: )expanded from macro 'OSSL_DEPRECATED';1600 | ^1601 62/usr/include/openssl/rsa.h | :#226 : 1 : note: d'RSA_get0_factors' has been explicitly marked deprecated heree1602fine OSS 226 | OSSL_DEPRECATEDIN_L3__D0E PvRoEiCdA TRESDA(_sgientc0e_)f a_c_taotrtsr(icbountset_ _R(S(Ad e*prr,1603e c| a^t1604ed))1605 | /usr/include/openssl/macros.h ^:1606193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1607 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1608 | ^1609/usr/include/openssl/macros.h:62:52:/builds/libssh/libssh-mirror/src/pki_crypto.c :note: 565expanded from macro 'OSSL_DEPRECATED':16109: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]1611 62 | 565# | d e f iDnSeA _OfSrSeLe_(DkEePyR-E>CdAsTaE)D;(1612s i| n ^c1613e) __a/usr/include/openssl/dsa.ht:t132r:i1b:u tnote: e'DSA_free' has been explicitly marked deprecated here_1614_((depre c132a | tOeSdS)L)_1615D E| P ^R1616ECATEDIN_3_0 void DSA_free(DSA *r);1617 | ^1618/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1619 193 | # define /builds/libssh/libssh-mirror/src/pki_crypto.cO:S664S:L17_:D Ewarning: P'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]R1620ECATEDIN _6643 | _ 0 R SOAS_SgLe_tD0E_PfRaEcCtAoTrEsD((k32.-0>)r1621s a| , ^ 1622&p2,/usr/include/openssl/macros.h :&62q:252):; 1623note: expanded from macro 'OSSL_DEPRECATED'| 1624 ^1625/usr/include/openssl/rsa.h:226: 162: | #note: 'RSA_get0_factors' has been explicitly marked deprecated here 1626 defin e226 | OOSSSSLL__DDEEPPRREECCAATTEEDD(IsNi_n3c_e0) v_o_iadt tRrSiAb_ugteet_0__(f(adcetporresc(actoends)t) 1627R S| A ^ 1628*r,1629 | ^1630/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1631 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1632 | ^1633/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1634 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1635 | ^1636/builds/libssh/libssh-mirror/src/pki_crypto.c:680:38: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]1637 680 | const EC_POINT *p1 = EC_KEY_get0_public_key(k1->ecdsa);1638 | ^1639/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here1640 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1641 | ^1642/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1643 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1644 | ^1645/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1646 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1647 | ^1648/builds/libssh/libssh-mirror/src/pki_crypto.c:681:38: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]1649 681 | const EC_POINT *p2 = EC_KEY_get0_public_key(k2->ecdsa);1650 | ^1651/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here1652 1065 | OSSL_DEPR/builds/libssh/libssh-mirror/src/pki_crypto.c:595:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]1653 595 | key->ecdsa = EC_KEY_new_by_Ecurve_name(key->ecdsa_nid);1654 | ^1655/usr/include/openssl/ec.h:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here1656 CATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1657 | ^1658/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1659 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1660 | ^1661/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1662 62 | # define OSSL_DEPRECATED(since) _1001 | OSSL_DEPRECATEDIN_3_0 _attribute__((deprecated))1663 | ^1664EC_KEY *EC_KEY_new_by_curve_name(int nid);1665 | ^1666/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1667 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1668 | ^1669/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1670 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1671 | ^1672/builds/libssh/libssh-mirror/src/pki_crypto.c:682:38: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]1673 682 | const EC_GROUP *g1 = EC_KEY_get0_group(k1->ecdsa);1674 | ^1675/usr/include/openssl/ec.h:1037:1:/builds/libssh/libssh-mirror/src/pki_crypto.c :note: 600'EC_KEY_get0_group' has been explicitly marked deprecated here:167610: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]1677 1037 | O S600S | L _ D E PoRkE C=A TEECD_IKNE_Y3__g0e nceornastte _EkCe_y(key->ecdsa);1678 | ^1679/usr/include/openssl/ec.h:1104:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here1680 GROUP *EC_KEY_get0_group(const EC_KEY *key);1681 | ^16821104 | OSSL_D/usr/include/openssl/macros.hE:P193R:E49C:A Tnote: Eexpanded from macro 'OSSL_DEPRECATEDIN_3_0'D1683IN_3_0 int EC _193K | E#Y _ g edneefriantee _OkSeSyL(_EDCE_PKREEYC A*TkEeDyI)N;_1684 | ^16853_0 /usr/include/openssl/macros.h : 193 : 49 : note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 1686 OSSL_DEPR E193C | A#T E D (d3e.f0i)n1687e | O ^S1688SL_DE/usr/include/openssl/macros.hP:R62E:C52A:T Enote: Dexpanded from macro 'OSSL_DEPRECATED'I1689N_3_0 62 | # d e f iOnSeS LO_SDSELP_RDEECPARTEECDA(T3E.D0()s1690i n| c ^e1691) __/usr/include/openssl/macros.ha:t62t:r52i:b unote: texpanded from macro 'OSSL_DEPRECATED'e1692__((deprec a62t | e#d ) ) 1693 | d ^e1694fine OSSL_DEPRECATED(since) __attribute__((deprecated))1695 | ^1696/builds/libssh/libssh-mirror/src/pki_crypto.c:683:38: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]1697 683 | const EC_GROUP *g2 = EC_KE/builds/libssh/libssh-mirror/src/pki_crypto.cY:_602g:e9t:0 _warning: g'EC_KEY_free' is deprecated [-Wdeprecated-declarations]r1698oup(k2-> e602c | d s a ) ; 1699 | ^E1700C_KEY_fre/usr/include/openssl/ec.he:(1037k:e1y:- >note: e'EC_KEY_get0_group' has been explicitly marked deprecated herec1701dsa);1702 | ^1703 1037 | OSS/usr/include/openssl/ec.hL:_1006D:E1P:R Enote: C'EC_KEY_free' has been explicitly marked deprecated hereA1704TEDIN_3_ 01006 | cOoSnSsLt_ DEECP_RGERCOAUTPE D*IENC__3K_E0Y _vgoeitd0 _EgCr_oKuEpY(_cforneset( EECC__KKEEYY **kkeeyy));;1705 | | ^^1706/usr/include/openssl/macros.h/usr/include/openssl/macros.h::193193::4949:: note: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'expanded from macro 'OSSL_DEPRECATEDIN_3_0'1707 193193 | | ## ddeeffiinnee OOSSSSLL__DDEEPPRREECCAATTEEDDIINN__33__00 OOSSSSLL__DDEEPPRREECCAATTEEDD((33..00))1708 | | ^ ^1709/usr/include/openssl/macros.h/usr/include/openssl/macros.h::6262::5252:: note: note: expanded from macro 'OSSL_DEPRECATED'expanded from macro 'OSSL_DEPRECATED'1710 6262 | | ## ddeeffiinnee OOSSSSLL__DDEEPPRREECCAATTEEDD((ssiinnccee)) ____aattttrriibbuuttee____((((ddeepprreeccaatteedd))))1711 | | ^ ^1712/builds/libssh/libssh-mirror/src/pki_crypto.c:606:5: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations]1713 606 | EC_KEY_set_asn1_flag(key->ecdsa, OPENSSL_EC_NAMED_CURVE);1714 | ^1715/usr/include/openssl/ec.h:1090:1: note: 'EC_KEY_set_asn1_flag' has been explicitly marked deprecated here1716 1090 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);1717 | ^1718/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1719 193 | # define OSSL_DEPRECATEDIN_3_0 /builds/libssh/libssh-mirror/src/pki_crypto.c : 698 : 36 : warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 1720 OSSL_DEPRE C698A | T E D ( 3 . 0 ) 1721 | ^ 1722 /usr/include/openssl/macros.h : 62 : 52i:f note: (expanded from macro 'OSSL_DEPRECATED'b1723ignum_cmp (62E | C#_ K E Y _ gdeetf0i_nper iOvSaStLe__DkEePyR(EkC1A-T>EeDc(dssian)c,e1724) | _ ^_1725attribut/usr/include/openssl/ec.he:_1051_:(1(:d enote: p'EC_KEY_get0_private_key' has been explicitly marked deprecated herer1726ecated))1727 | ^10511728 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1729 | ^1730/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1731 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1732 | ^1733/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1734 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1735 | ^1736/builds/libssh/libssh-mirror/src/pki_crypto.c:699:36: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations]1737 699 | EC_KEY_get0_private_key(k2->ecdsa))) {1738 | ^1739/usr/include/openssl/ec.h:1051:1: note: 'EC_KEY_get0_private_key' has been explicitly marked deprecated here1740 1051 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1741 | ^1742/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1743 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1744 | ^1745/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1746 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1747 | ^1748/builds/libssh/libssh-mirror/src/pki_crypto.c:620:17: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations]1749 620 | if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1750 | ^1751/usr/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here1752 135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1753 | ^1754/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1755 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1756 | ^1757/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1758 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1759 | ^1760/builds/libssh/libssh-mirror/src/pki_crypto.c:620:38: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations]1761 620 | if (DSA_size(k1->dsa) != DSA_size(k2->dsa)) {1762 | ^1763/usr/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here1764 135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);1765 | ^1766/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1767 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1768 | ^1769/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1770 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1771 | ^1772/builds/libssh/libssh-mirror/src/pki_crypto.c:623:13: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]1773 623 | DSA_get0_pqg(k1->dsa, &p1, &q1, &g1);1774 | ^1775/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here1776 206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1777 | ^1778/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1779 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1780 | ^1781/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1782 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1783 | ^1784/builds/libssh/libssh-mirror/src/pki_crypto.c:624:13: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]1785 624 | DSA_get0_pqg(k2->dsa, &p2, &q2, &g2);1786 | ^1787/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here1788 206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,1789 | ^1790/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1791 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1792 | ^1793/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1794 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1795 | ^1796/builds/libssh/libssh-mirror/src/pki_crypto.c:634:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]1797 634 | DSA_get0_key(k1->dsa, &pub_key1, &priv_key1);1798 | ^1799/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here1800 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA */builds/libssh/libssh-mirror/src/pki_crypto.c:740:18d, const BIGNUM **pub_key,1801 | ^1802/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1803 193 | # define OSSL_DEPRECATEDIN_3_0 : warning: OSSL_DEPRECATED(3.0)1804 | 'EVP_PKEY_set1_DSA' is deprecated [-Wdeprecated-declarations]1805 740 | ^1806/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1807 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1808 | ^1809/builds/libssh/libssh-mirror/src/pki_crypto.c:635:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]1810 635 | DSA_get0_key(k2->dsa, &pub_key2, &priv_key2);1811 | ^1812/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here1813 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,1814 | ^1815/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1816 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1817 | ^1818/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1819 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1820 | ^1821 /builds/libssh/libssh-mirror/src/pki_crypto.c:650:17: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]1822 650 | if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1823 | ^1824/usr/include/openssl/rsa.h:210:1: note: 'RSA_size' has been explicitly marked deprecated here1825 210 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1826 | ^1827/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1828 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1829 | ^1830/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1831 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1832 | ^1833/builds/libssh/libssh-mirror/src/pki_crypto.c:650:38: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]1834 650 | if (RSA_size(k1->rsa) != RSA_size(k2->rsa)) {1835 | ^1836/usr/include/openssl/rsa.h:210:1: note: 'RSA_size' has been explicitly marked deprecated here1837 210 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);1838 | ^1839/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1840 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1841 | ^1842/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1843 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1844 | ^1845/builds/libssh/libssh-mirror/src/pki_crypto.c:653:13: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]1846 653 | RSA_get0_key(k1->rsa, &n1, &e1, NULL);1847 | ^1848/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here1849 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1850 | ^1851/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1852 193 | # define OSSL_DEPRECATEDIN_3_ rc = EVP_PKEY_set1_0D S A ( p k e y , k e y - > d sOaS);1853 | ^1854SL_DEPRECATED(3.0)1855 | ^1856/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1857 62 | # define OSSL_DEPRECA/usr/include/openssl/evp.hTE:D1357(:s1i:n cnote: e'EVP_PKEY_set1_DSA' has been explicitly marked deprecated here)1858 __attri b1357u | tOeS_S_L(_(DdEePpRrEeCcAaTtEeDdI)N)_18593 _| 0 ^1860 | ^1861/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1862 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1863 | ^1864/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1865 62 | #/builds/libssh/libssh-mirror/src/pki_crypto.c : 654 : 13 :d ewarning: f'RSA_get0_key' is deprecated [-Wdeprecated-declarations]i1866ne OSSL_DE P654R | E C A T E D ( s i n c e )R S_A__agtettr0i_bkuetye(_k_2(-(>drespar,e c&ant2e,d )&)1867e 2| , ^ 1868NULL);1869 | ^1870/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here1871 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,1872 | ^1873/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1874 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1875 | ^1876/usr/include/openssl/macros.h:62/builds/libssh/libssh-mirror/src/pki_crypto.c::52749:: 18note: :expanded from macro 'OSSL_DEPRECATED' 1877warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations]1878 62 | 749# | d e f i n e OrScS L=_ DEEVPPR_EPCKAETYE_Ds(esti1n_cReS)A (_p_kaetyt,r ikbeuyt-e>_r_s(a()d;e1879p r| e ^c1880ated))1881/usr/include/openssl/evp.h :| 1348 ^:18821: note: 'EVP_PKEY_set1_RSA' has been explicitly marked deprecated here1883 1348 | OSSL_DEPRECATEDIN_3_01884 | ^1885/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1886 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1887 | ^1888/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1889 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecate/builds/libssh/libssh-mirror/src/pki_crypto.cd:)663):189017 :| ^warning: 1891'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]1892 663 | RSA_get0_factors(k1->rsa, &p1, &q1);1893 | ^1894/usr/include/openssl/rsa.h:226:1: note: 'RSA_get0_factors' has been explicitly marked deprecated here1895 226 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1896 | ^1897/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1898 193 | # defi/builds/libssh/libssh-mirror/src/pki_crypto.cn:e760 :O18S:S Lwarning: _'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations]D1899EPRECATEDIN _7603 | _ 0 r c = EOVSPS_LP_KDEEYP_RsEeCtA1T_EEDC(_3K.E0Y)(1900p k| e ^y1901, ke/usr/include/openssl/macros.hy:-62>:e52c:d snote: aexpanded from macro 'OSSL_DEPRECATED')1902;1903 | ^1904 62 | /usr/include/openssl/evp.h#: 1374 : 1 : dnote: e'EVP_PKEY_set1_EC_KEY' has been explicitly marked deprecated heref1905ine O1374S | SOLS_SDLE_PDREEPCRAETCEADT(EsDiInNc_e3)_ 0_1906_ a| t^t1907ribute/usr/include/openssl/macros.h_:_193(:(49d:e pnote: rexpanded from macro 'OSSL_DEPRECATEDIN_3_0'e1908cated))1909 | 193 ^ | 1910# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1911 | ^1912/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1913/builds/libssh/libssh-mirror/src/pki_crypto.c:664: 1762: | #warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations] 1914 define O664S | S L _ D E P R E C A T E D ( s i nRcSeA)_ g_e_ta0t_tfraicbtuotres_(_k(2(-d>erpsrae,c a&tpe2d,) )&1915q 2| ) ^;1916 | ^1917/usr/include/openssl/rsa.h:226:1: note: 'RSA_get0_factors' has been explicitly marked deprecated here1918 226 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,1919 | ^1920/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1921 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1922 | ^1923/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1924 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1925 | ^1926/builds/libssh/libssh-mirror/src/pki_crypto.c:680:38: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]1927 680 | const EC_POINT *p1 = EC_KEY_get0_public_key(k1->ecdsa);1928 | ^1929/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here1930 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1931 | ^1932/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1933 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1934 | ^1935/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1936 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1937 | ^1938/builds/libssh/libssh-mirror/src/pki_crypto.c:681:38: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]1939 681 | const EC_POINT *p2 = EC_KEY_get0_public_key(k2->ecdsa);1940 | ^1941/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here1942 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);1943 | ^1944/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1945 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1946 | ^1947/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1948 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1949 | ^1950/builds/libssh/libssh-mirror/src/pki_crypto.c:682:38: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]1951 682 | const EC_GROUP *g1 = EC_KEY_get0_group(k1->ecdsa);1952 | ^1953/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here1954 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1955 | ^1956/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1957 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1958 | ^1959/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1960 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1961 | ^1962/builds/libssh/libssh-mirror/src/pki_crypto.c:683:38: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]1963 683 | const EC_GROUP *g2 = EC_KEY_get0_group(k2->ecdsa);1964 | ^1965/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here1966 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);1967 | ^1968/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1969 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1970 | ^1971/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1972 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1973 | ^1974/builds/libssh/libssh-mirror/src/pki_crypto.c:698:36: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations]1975 698 | if (bignum_cmp(EC_KEY_get0_private_key(k1->ecdsa),1976 | ^1977/usr/include/openssl/ec.h:1051:1: note: 'EC_KEY_get0_private_key' has been explicitly marked deprecated here1978 1051 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1979 | ^1980/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1981 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1982 | ^1983/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1984 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1985 | ^1986/builds/libssh/libssh-mirror/src/pki_crypto.c:699:36: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations]1987 699 | EC_KEY_get0_private_key(k2->ecdsa))) {1988 | ^1989/usr/include/openssl/ec.h:1051:1: note: 'EC_KEY_get0_private_key' has been explicitly marked deprecated here1990 1051 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);1991 | ^1992/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'1993 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)1994 | ^1995/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'1996 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))1997 | ^1998/builds/libssh/libssh-mirror/src/pki_crypto.c:897:15: warning: 'EVP_PKEY_get1_DSA' is deprecated [-Wdeprecated-declarations]1999 897 | dsa = EVP_PKEY_get1_DSA(pkey);2000 | ^2001/usr/include/openssl/evp.h:1361:1: note: 'EVP_PKEY_get1_DSA' has been explicitly marked deprecated here2002 1361 | OSSL_DEPRECATEDIN_3_02003 | ^2004/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2005 193 | # define OSSL_DEPRECATEDIN_/builds/libssh/libssh-mirror/src/pki_crypto.c:740:18: warning: 'EVP_PKEY_set1_DSA' is deprecated [-Wdeprecated-declarations]20063 740 | rc = EVP_PKEY_set1_DSA(pkey, key->dsa);2007 | ^2008_0 /usr/include/openssl/evp.h:1357:1: note: 'EVP_PKEY_set1_DSA' has been explicitly marked deprecated here2009 1357 | OSSL_DEPRECATEDIN_3_02010 | ^2011 /usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2012 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2013 | ^2014/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2015 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2016 | ^2017 /builds/libssh/libssh-mirror/src/pki_crypto.c:749:18: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations]2018 O749 | rc = EVP_PKEY_set1_RSA(pkey, key->rsa);2019 | ^2020/usr/include/openssl/evp.hS:1348:1: note: 'EVP_PKEY_set1_RSA' has been explicitly marked deprecated here2021 1348 | OSSL_DEPRECATEDIN_3_02022 | ^2023/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2024 S193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2025 | ^2026/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2027 L62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2028 | ^2029_DEPRECAT/builds/libssh/libssh-mirror/src/pki_crypto.c:760:18: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations]2030 E760 | rc = EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);2031 | ^2032/usr/include/openssl/evp.hD:1374:1: note: 'EVP_PKEY_set1_EC_KEY' has been explicitly marked deprecated here2033 1374 | OSSL_DEPRECATEDIN_3_02034 | ^2035/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2036 (193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2037 | ^2038/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2039 362 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2040 | ^2041.0)2042 | ^2043/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2044 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2045 | ^2046/builds/libssh/libssh-mirror/src/pki_crypto.c:907:15: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations]2047 907 | rsa = EVP_PKEY_get1_RSA(pkey);2048 | ^2049/usr/include/openssl/evp.h:1352:1: note: 'EVP_PKEY_get1_RSA' has been explicitly marked deprecated here2050 1352 | OSSL_DEPRECATEDIN_3_02051 | ^2052/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2053 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2054 | ^2055/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2056 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2057 | ^2058/builds/libssh/libssh-mirror/src/pki_crypto.c:918:17: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations]2059 918 | ecdsa = EVP_PKEY_get1_EC_KEY(pkey);2060 | ^2061/usr/include/openssl/evp.h:1378:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here2062 1378 | OSSL_DEPRECATEDIN_3_02063 | ^2064/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2065 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2066 | ^2067/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2068 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2069 | ^2070/builds/libssh/libssh-mirror/src/pki_crypto.c:1003:5: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]2071 1003 | DSA_free(dsa);2072 | ^2073/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here2074 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2075 | ^2076/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2077 193 | # define OSSL_DEPRECATEDIN_3_/builds/libssh/libssh-mirror/src/pki_crypto.c:897:15: warning: 'EVP_PKEY_get1_DSA' is deprecated [-Wdeprecated-declarations]2078 0897 | dsa = EVP_PKEY_get1_DSA(pkey);2079 | ^2080 /usr/include/openssl/evp.h:1361:1: note: 'EVP_PKEY_get1_DSA' has been explicitly marked deprecated here2081 1361 | OSSL_DEPRECATEDIN_3_02082 | ^2083/usr/include/openssl/macros.h :193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2084 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2085 | ^2086/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2087 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2088 | ^2089 /builds/libssh/libssh-mirror/src/pki_crypto.c:907:15: warning: 'EVP_PKEY_get1_RSA' is deprecated [-Wdeprecated-declarations]2090 O907 | rsa = EVP_PKEY_get1_RSA(pkey);2091 | ^2092/usr/include/openssl/evp.hS:1352:1: note: 'EVP_PKEY_get1_RSA' has been explicitly marked deprecated here2093 1352 | OSSL_DEPRECATEDIN_3_02094 | ^2095/usr/include/openssl/macros.hS:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2096 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2097 | ^2098/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2099 L62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2100 | ^2101_DEPRECATED/builds/libssh/libssh-mirror/src/pki_crypto.c:918:17: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations]2102 (918 | ecdsa = EVP_PKEY_get1_EC_KEY(pkey);2103 | ^2104/usr/include/openssl/evp.h3:1378:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here2105 1378 | OSSL_DEPRECATEDIN_3_02106 | ^2107/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2108 .193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2109 | ^2110/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2111 062 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2112 | ^2113)2114 | ^2115/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2116 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2117 | ^2118/builds/libssh/libssh-mirror/src/pki_crypto.c:1004:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2119 1004 | RSA_free(rsa);2120 | ^2121/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here2122 299 | OSSL_DEPRECATEDIN_3_0 void RSA_/builds/libssh/libssh-mirror/src/pki_crypto.cf:r1003e:e5(:R Swarning: A 'DSA_free' is deprecated [-Wdeprecated-declarations]*2123r);2124 | ^ 21251003 | DSA_fr/usr/include/openssl/macros.he:e193(:d49s:a )note: ;expanded from macro 'OSSL_DEPRECATEDIN_3_0'2126 | ^2127 193 | # /usr/include/openssl/dsa.hd:e132f:i1n:e note: O'DSA_free' has been explicitly marked deprecated hereS2128SL_DEPREC A132T | EODSISNL__3D_E0P R E C A T E D I N _ 3 _ 0 v oOiSdS LD_SDAE_PfRrEeCeA(TDESDA( 3*.r0))2129; 2130| ^| 2131^2132/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'/usr/include/openssl/macros.h2133:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2134 62 | # d e193f | i#n e OdSeSfLi_nDeE PORSESCLA_TDEEDP(RsEiCnAcTeE)D I_N__a3t_t0r i b u t e _ _ ( ( d e p r e c aOtSeSdL)_)2135D E| P ^R2136ECATED(3.0)2137 | ^2138/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2139 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2140 | ^2141/builds/libssh/libssh-mirror/src/pki_crypto.c:1006:5: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2142 1006 | EC_KEY_free(ecdsa);2143 | ^2144/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2145 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2146 | ^2147/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2148 193 | # define OSSL_DEPRECATEDIN_3_0 /builds/libssh/libssh-mirror/src/pki_crypto.c:1004:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2149 OSSL_DEPRECATED(3.0)2150 | ^2151/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2152 62 | # define OSSL_DEPRECATED(since) __ 1004 | RSA_free(rsa);2153 | ^2154/usr/include/openssl/rsa.hattribute__((deprecated))2155 | ^2156:299:1: note: 'RSA_free' has been explicitly marked deprecated here2157 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);2158 | ^2159/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2160 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2161 | ^2162/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2163 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2164 | ^2165/builds/libssh/libssh-mirror/src/pki_crypto.c:1006:5: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2166 1006 | EC_KEY_free(ecdsa);2167 | ^2168/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2169 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2170 | ^2171/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2172 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2173 | ^2174/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2175 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2176 | ^2177/builds/libssh/libssh-mirror/src/pki_crypto.c:1024:16: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]2178 1024 | key->dsa = DSA_new();2179 | ^2180/usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here2181 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);2182 | ^2183/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2184 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2185 | ^2186/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2187 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2188 | ^2189/builds/libssh/libssh-mirror/src/pki_crypto.c:1040:10: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]2190 1040 | rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2191 | ^2192/usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here2193 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2194 | ^2195/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2196 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2197 | ^2198/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2199 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2200 | ^2201/builds/libssh/libssh-mirror/src/pki_crypto.c:1046:10: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]2202 1046 | rc = DSA_set0_key(key->dsa, bpub_key, bpriv_key);2203 | ^2204/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here2205 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2206 | ^2207/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2208/builds/libssh/libssh-mirror/src/pki_crypto.c: 1024193: | 16#: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]d2209efine OSS L1024_ | D E P R EkCeAyT-E>DdIsNa_ 3=_ 0D S A _ n e w ( ) ; 2210 | ^ 2211 OSSL_DEPRE/usr/include/openssl/dsa.hC:A130T:E1D:( 3note: .'DSA_new' has been explicitly marked deprecated here02212)2213 | ^2214 /usr/include/openssl/macros.h130: | 62O:S52S:L _note: Dexpanded from macro 'OSSL_DEPRECATED'E2215PRECATEDI N62_ | 3#_ 0 D S Ad e*fDiSnAe_ nOeSwS(Lv_oDiEdP)R;E2216C A| T^E2217D(since)/usr/include/openssl/macros.h :_193_:a49t:t rnote: iexpanded from macro 'OSSL_DEPRECATEDIN_3_0'b2218ute__((dep r193e | c#a t e dd)e)2219f i| n ^e2220 OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2221 | ^2222/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2223 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated/builds/libssh/libssh-mirror/src/pki_crypto.c):)10532224: 5| : ^ 2225warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]2226 1053 | DSA_free(key->dsa);2227 | ^2228/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here2229 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2230 | ^2231/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2232 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2233 | ^2234/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2235 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2236 | ^2237/builds/libssh/libssh-mirror/src/pki_crypto.c:1040:10: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]2238 1040 | rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2239 | ^2240/usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here2241 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2242 | ^2243/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2244 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2245 | ^2246/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2247 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2248 | ^2249/builds/libssh/libssh-mirror/src/pki_crypto.c:1046:10: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]2250 1046 | rc = DSA_set0_key(key->dsa, bpub_key, bpriv_key);2251 | ^2252/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here2253 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2254 | ^2255/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2256 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2257 | ^2258/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2259 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2260 | ^2261/builds/libssh/libssh-mirror/src/pki_crypto.c:1053:5: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]2262 1053 | DSA_free(key->dsa);2263 | ^2264/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here2265 132 | OSSL_DEPRECATEDIN_3_0 void DS/builds/libssh/libssh-mirror/src/pki_crypto.cA:_f1065r:e16e:( Dwarning: S'DSA_new' is deprecated [-Wdeprecated-declarations]A2266 *r);2267 | ^ 22681065 | k/usr/include/openssl/macros.he:y193-:>49d:s anote: expanded from macro 'OSSL_DEPRECATEDIN_3_0'=2269 DSA_new() ;1932270 | | # ^ 2271 define/usr/include/openssl/dsa.h :O130S:S1L:_ Dnote: E'DSA_new' has been explicitly marked deprecated hereP2272RECATED I130N | _O3S_S0L _ D E P R E C A T E D I N _ 3 _O0S SDLS_AD E*PDRSEAC_AnTeEwD((v3o.i0d))2273; 2274| ^| 2275^2276/usr/include/openssl/macros.h:62:/usr/include/openssl/macros.h52::193 :note: 49expanded from macro 'OSSL_DEPRECATED':2277 note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2278 62 | # 193 | # d edfeifnien eO SOSSLS_LD_EDPERPERCEACTAETDE(DsIiNn_c3e_)0 _ _ a t t r i b u t e _ _ ( ( dOeSpSrLe_cDaEtPeRdE)C)A2279T E| D ^(22803.0)2281 | ^2282/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2283 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2284 | ^2285/builds/libssh/libssh-mirror/src/pki_crypto.c:1080:10: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]2286 1080 | rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2287 | ^2288/usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here2289 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2290 | ^2291/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2292 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2293 | ^2294/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2295 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2296 | ^2297/builds/libssh/libssh-mirror/src/pki_crypto.c:1086:10: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]2298 1086 | rc = DSA_set0_key(key->dsa, bpub_key, NULL);2299 | ^2300/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here2301 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2302 | ^2303/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2304 193 | # de/builds/libssh/libssh-mirror/src/pki_crypto.cf:i1065n:e16 :O Swarning: SL'DSA_new' is deprecated [-Wdeprecated-declarations]_2305DEPRECATE D1065I | N _ 3 _ 0k e y - > d s a = D S A _ n eOwS(S)L;_2306D E| P ^R2307ECATED(3/usr/include/openssl/dsa.h.:0130):23081 :| ^note: 2309'DSA_new' has been explicitly marked deprecated here2310/usr/include/openssl/macros.h:62 :13052 | :O Snote: Sexpanded from macro 'OSSL_DEPRECATED'L2311_DEPRECATE D62I | N#_ 3 _ 0 DdSeAf i*nDeS AO_SnSeLw_(DvEoPiRdE)C;A2312T E| D^(2313since) /usr/include/openssl/macros.h_:_193a:t49t:r inote: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2314 193 | # defibute__((deprecated))2315 | ^2316/builds/libssh/libssh-mirror/src/pki_crypto.cne OSSL_DEPRECAT:EDIN_3_0 OSSL_DEPRECATED(3.0)2317 | ^2318/usr/include/openssl/macros.h1093:62:52: note: expanded from macro 'OSSL_DEPRECATED'2319 :62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2320 | ^23215: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]2322 1093 | DSA_free(key->dsa);2323 | ^2324/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here2325 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2326 | ^2327/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2328 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2329 | ^2330/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2331 62 | # define OSSL_DEPRECATED(since) __attribute__((/builds/libssh/libssh-mirror/src/pki_crypto.cd:e1080p:r10e:c awarning: t'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]e2332d))2333 | ^2334 1080 | rc = DSA_set0_pqg(key->dsa, bp, bq, bg);2335 | ^2336/usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here2337 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);2338 | ^2339/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2340 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2341 | ^2342/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2343 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2344 | ^2345/builds/libssh/libssh-mirror/src/pki_crypto.c:1086:10: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]2346 1086 | rc = DSA_set0_key(key->dsa, bpub_key, NULL);2347 | ^2348/usr/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here2349 211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,2350 | ^2351/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2352 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2353 | ^2354/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2355 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2356 | ^2357/builds/libssh/libssh-mirror/src/pki_crypto.c:1093:5: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]2358 1093 | DSA_free(key->dsa);2359 | ^2360/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here2361 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);2362 | ^2363/usr/include/openssl/macros.h/builds/libssh/libssh-mirror/src/pki_crypto.c:193::110849::16 :note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'warning: 2364'RSA_new' is deprecated [-Wdeprecated-declarations]2365 1108193 | | # kdeeyf-i>nres aO S=S LR_SDAE_PnReEwC(A)T;E2366D I| N ^_23673_0 /usr/include/openssl/rsa.h : 207 : 1 : note: 'RSA_new' has been explicitly marked deprecated here 2368OSSL_DEPR E207C | AOTSESDL(_3D.E0P)R2369E C| A ^T2370EDIN/usr/include/openssl/macros.h_:362_:052 :R Snote: Aexpanded from macro 'OSSL_DEPRECATED' 2371*RSA_new( v62o | i#d ) ; 2372 | d^e2373fine OSS/usr/include/openssl/macros.hL:_193D:E49P:R Enote: Cexpanded from macro 'OSSL_DEPRECATEDIN_3_0'A2374TED(since) 193_ | _#a t t rdiebfuitnee_ _O(S(SdLe_pDrEePcRaEtCeAdT)E)D2375I N| _ ^32376_0 OSSL_DEPRECATED(3.0)2377 | ^2378/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2379 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2380 | ^2381/builds/libssh/libssh-mirror/src/pki_crypto.c:1125:10: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]2382 1125 | rc = RSA_set0_key(key->rsa, bn, be, bd);2383 | ^2384/usr/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here2385 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);2386 | ^2387/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2388 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2389 | ^2390/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2391 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2392 | ^2393/builds/libssh/libssh-mirror/src/pki_crypto.c:1131:10/builds/libssh/libssh-mirror/src/pki_crypto.c:1108:16: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]2394 :1108 | key->rsa = RSA_new();2395 | ^2396/usr/include/openssl/rsa.h :207:1: note: 'RSA_new' has been explicitly marked deprecated here2397 207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);2398 | ^2399/usr/include/openssl/macros.hwarning: :193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2400 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2401 | ^2402/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2403 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2404 | ^2405 1131 | rc = RSA_s/builds/libssh/libssh-mirror/src/pki_crypto.c:1125:10: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]2406 e1125 | rc = RSA_set0_key(key->rsa, bn, be, bd);2407 | ^2408/usr/include/openssl/rsa.ht:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here2409 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);2410 | ^2411/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2412 0193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2413 | ^2414/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2415 _62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2416 | ^2417facto/builds/libssh/libssh-mirror/src/pki_crypto.c:1131:10: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]2418 r1131 | rc = RSA_set0_factors(key->rsa, bp, bq);2419 | ^2420/usr/include/openssl/rsa.hs:214:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here2421 214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);2422 | ^2423/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2424( 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2425 | ^2426/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2427 k62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2428 | ^2429ey->rsa, bp, bq);2430 | ^2431/usr/include/openssl/rsa.h:214:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here2432 214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);2433 | ^2434/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2435 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2436 | ^2437/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2438 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2439 | ^2440/builds/libssh/libssh-mirror/src/pki_crypto.c/builds/libssh/libssh-mirror/src/pki_crypto.c:1145:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2441 1145 | RSA_fre:1145:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2442 e1145 | RSA_free(key->rs(key->rsa);2443 | ^2444/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here2445a);2446 | ^2447/usr/include/openssl/rsa.h 299 | OSSL:299:1: note: 'RSA_free' has been explicitly marked deprecated here2448 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);2449 | ^2450/usr/include/openssl/macros.h_:D193E:P49R:E Cnote: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2451 193 | # definATEDIN_3_0 void RSA_free(RSA e OS*r);2452 | ^2453/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2454SL_DEPRECATED I193N | _#3 _ 0 d e f i n e O S S L _ D E P ROESCSALT_EDDEIPNR_E3C_A0T E D ( 3 . 0 ) 2455 | ^ 2456 OSSL_/usr/include/openssl/macros.hD:E62P:R52E:C Anote: TEexpanded from macro 'OSSL_DEPRECATED'D2457(3.0)2458 | ^2459 62 | #/usr/include/openssl/macros.h : 62 : 52 :d enote: fexpanded from macro 'OSSL_DEPRECATED'i2460ne OSSL_D E62P | R#E C A T E Dd(esfiinncee )O S_S_La_tDtErPiRbEuCtAeT_E_D(((sdienpcree)c a_t_eadt)t)r2461i b| u ^t2462e__((deprecated))2463 | ^2464/builds/libssh/libssh-mirror/src/pki_crypto.c:1155:16: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]2465 1155 | key->rsa = RSA_new();2466 | ^2467/usr/include/openssl/rsa.h:207:1: note: /builds/libssh/libssh-mirror/src/pki_crypto.c:1155:16: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]2468 1155 | key-'RSA_new' has been explicitly marked deprecated here2469 207 | OS>Srsa = RSA_new();2470 | ^2471/usr/include/openssl/rsa.h:207:1: note: 'RSA_new' has been explicitly marked deprecated here2472 L207 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);2473 | ^2474/usr/include/openssl/macros.h_:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2475 193 | # define OSSL_DEPRECATEDIN_3_0 DEPRECATED OSSL_DEPRECATED(3.0)2476 | ^2477/usr/include/openssl/macros.hI:62:52: note: expanded from macro 'OSSL_DEPRECATED'2478 62 | # define OSSL_DN_3_0 RSAEPRECATED(since) __attribute__((dep *RSA_nrecated))2479 | ^2480ew(void);2481 | ^2482/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'/builds/libssh/libssh-mirror/src/pki_crypto.c2483:1167:10: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]2484 1167 | rc = RSA_set0_key(key->rsa, bn, be, NULL);2485 | ^2486/usr/include/openssl/rsa.h:213:1: 193 | # define OSSL_DEPRECATEDIN_3_0 OSS note: 'RSA_set0_key' has been explicitly marked deprecated here2487 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, L_DEPRECATED(3.0)2488 | ^2489/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2490 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2491 | BIGNUM *n, BIGNUM *e, BIGNUM *d);2492 | ^2493/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2494 ^2495193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2496 | ^2497/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2498 62 | # define OSSL_DEPRECATED(since) __attri/builds/libssh/libssh-mirror/src/pki_crypto.cbute__((deprecated))2499 | ^2500:1167:10: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]/builds/libssh/libssh-mirror/src/pki_crypto.c2501:1174:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2502 1174 | RSA_free(key- 1167 | rc>rsa);2503 | ^2504 /usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here2505 =299 | OSSL_DEPRECATEDIN_3_0 void RSA_fr RSA_seee(RSA *r);2506 | ^2507/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2508 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2509 | ^2510/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2511 62 | # define OSt0_key(key->rsa, bn, be, NULL);2512 | ^2513/usr/include/openssl/rsa.h:213:1: note: 'RSA_set0_key' has been explicitly marked deprecated here2514 213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);2515 | ^2516/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2517 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DESPLR_EDCEAPTREEDC(A3T.E0D)(2518s i| n ^c2519e) __at/usr/include/openssl/macros.ht:62:52: note: expanded from macro 'OSSL_DEPRECATED'2520 62 | # dreibute__((deprecated))2521 | ^2522fine OSSL_DEPRECATED(since) __attribute__((deprecated))2523 | ^2524/builds/libssh/libssh-mirror/src/pki_crypto.c:1174:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]2525 1174 | RSA_free(key->rsa);2526 | ^2527/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here2528 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);2529 | ^2530/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2531 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2532 | ^2533/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2534 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2535 | ^2536/builds/libssh/libssh-mirror/src/pki_crypto.c:1220:13: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]2537 1220 | DSA_get0_pqg(key->dsa, &bp, &bq, &bg);2538 | ^2539/usr/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here2540 206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,2541 | ^2542/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2543 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2544 | ^2545/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2546 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2547 | ^2548/builds/libssh/libssh-mirror/src/pki_crypto.c:1236:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]2549 1236 | DSA_get0_key(key->dsa, &bpub_key, NULL);2550 | ^2551/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here2552 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,2553 | ^2554/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2555 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEP/builds/libssh/libssh-mirror/src/pki_crypto.cR:E1220C:A13T:E Dwarning: (3'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations].25560)2557 | ^2558 /usr/include/openssl/macros.h1220: | 62 : 52 : note: expanded from macro 'OSSL_DEPRECATED' 2559 DSA_g e62t | 0#_ p q g ( kdeeyf-i>ndes aO,S S&Lb_pD,E P&RbEqC,A T&EbDg()s;i2560n c| e ^)2561 __attribute__/usr/include/openssl/dsa.h(:(206d:e1p:r enote: c'DSA_get0_pqg' has been explicitly marked deprecated herea2562ted))2563 | ^2564 206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,2565 | ^2566/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2567 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2568 | ^2569/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2570 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2571 | ^2572/builds/libssh/libssh-mirror/src/pki_crypto.c:1236:13: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]2573 1236 | DSA_get0_key(key->dsa, &bpub_key, NULL);2574 | ^2575/usr/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here2576 209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,2577 | ^2578/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2579 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2580 | ^2581/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2582/builds/libssh/libssh-mirror/src/pki_crypto.c:1273: 1362: | #warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] 2583 define OS S1273L | _ D E P R E C A T E D ( sRiSnAc_eg)e t_0__aktetyr(ibkuetye-_>_r(s(ad,e p&rbenc,a t&ebde),) 2584N U| L ^L2585);2586 | ^2587/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here2588 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,2589 | ^2590/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2591 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2592 | ^2593/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2594 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2595 | ^2596/builds/libssh/libssh-mirror/src/pki_crypto.c:1273:13: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]2597 1273 | RSA_get0_key(key->rsa, &bn, &be, NULL);2598 | ^2599/usr/include/openssl/rsa.h:223:1: note: 'RSA_get0_key' has been explicitly marked deprecated here2600 223 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,2601 | ^2602/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2603 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2604 | ^2605/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2606 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2607 | ^2608/builds/libssh/libssh-mirror/src/pki_crypto.c:1323:37: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]2609 1323 | e = make_ecpoint_string(EC_KEY_get0_group(key->ecdsa),2610 | ^2611/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here2612 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2613 | ^2614/usr/include/openssl/macros.h:193:49: /builds/libssh/libssh-mirror/src/pki_crypto.cnote: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2615 :1323:37: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]2616 1323 | 193 | # de e fine OSSL_DEPRECA= TEDIN_3_m0 ake_ecp o OSSL_DEPRECATED(3.0)2617 | ^2618/usr/include/openssl/macros.hi:62:52: note: expanded from macro 'OSSL_DEPRECATED'2619 62 | # defint_strinne OSSL_DEPRECATED(since) __attribute__((deprecated))2620 | ^2621g(EC_KEY_g/builds/libssh/libssh-mirror/src/pki_crypto.c:1324:37: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]2622e 1324 | EC_KEY_get0_public_key(key->etcdsa));2623 | ^2624/usr/include/openssl/ec.h0:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here2625 1065 | O_group(key->ecdsa),2626 | ^2627/usr/include/openssl/ec.h:1037:1: SSL_Dnote: 'EC_KEY_get0_group' has been explicitly marked deprecated here2628 1037 | OSSL_DEPRECATEDIN_3_0 cEoPnRsEtC AETCE_DGIRNO_U3P_ 0* EcCo_nKsEtY _EgCe_tP0O_IgNrTo u*pE(Cc_oKnEsYt_ gEeCt_0K_EpYu b*lkiecy_)k;e2629y (| c^o2630nst EC_KEY *ke/usr/include/openssl/macros.hy:)193;:263149 :| ^note: 2632expanded from macro 'OSSL_DEPRECATEDIN_3_0'2633/usr/include/openssl/macros.h: 193193: | 49#: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'd2634efine OSSL_DE P193R | E#C A T EdDeIfNi_n3e_ 0O S S L_DEPRECATEDIN_3_0 OSSL_D OSSL_DEPRECATED(3.0EPRECATED(3.0)2635 | ^2636/usr/include/openssl/macros.h):62:52: note: expanded from macro 'OSSL_DEPRECATED'2637 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2638 | ^2639 | ^2640/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2641 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2642 | ^2643/builds/libssh/libssh-mirror/src/pki_crypto.c:1324:37: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]2644 1324 | EC_KEY_get0_public_key(key->ecdsa));2645 | ^2646/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here2647 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2648 | ^2649/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2650 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2651 | ^2652/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2653 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2654 | ^2655/builds/libssh/libssh-mirror/src/pki_crypto.c/builds/libssh/libssh-mirror/src/pki_crypto.c:1598:14: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]2656 1598 | :1598:14: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]2657 1598 | rsalen = RSA_size(pubkey->rsa);2658 | ^2659/usr/include/openssl/rsa.h:210:1: note: 'RSA_size' has been explicitly marked deprecated here2660 210 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);2661 | ^2662/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2663 193 | # define OSSL_DEPRECATEDIN_3_0rsalen = RSA_size(pubkey OSSL_DEPRECATED(3.0)2664 | ^2665/usr/include/openssl/macros.h->:r62s:a52):; 2666note: expanded from macro 'OSSL_DEPRECATED'| 2667 ^2668 62 | # define/usr/include/openssl/rsa.h O:S210S:L1_:D Enote: PR'RSA_size' has been explicitly marked deprecated hereE2669CATED(since) 210_ | _OaStStLr_iDbEuPtReE_C_A(T(EdDeIpNr_e3c_a0t eidn)t) 2670R S| A ^_2671size(const RSA *rsa);2672 | ^2673/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2674 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2675 | ^2676/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2677 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2678 | ^2679/builds/libssh/libssh-mirror/src/pki_crypto.c/builds/libssh/libssh-mirror/src/pki_crypto.c:2032:9: warning: 'EVP_PKEY_set1_DSA' is deprecated [-Wdeprecated-declarations]2680 :2032:9: warning: 'EVP_PKEY_set1_DSA' is deprecated [-Wdeprecated-declarations]2681 2032 | EVP_PKEY_set1_DSA(pkey, key->d2032 | sa) EVP_P;2682 | ^2683/usr/include/openssl/evp.h:1357:KEY_set1_DSA(pkey, key->dsa);2684 | ^26851: note: 'EVP_PKEY_set1_DSA' has been explicitly marked deprecated here2686 1357 | OSSL_DEPRECATEDIN_3_02687 /usr/include/openssl/evp.h:1357:1: | ^2688/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2689 193 | # define OSSL_DEPRECATEDIN_3_0 OSSLnote: 'EVP_PKEY_set1_DSA' has been explicitly marked deprecated here2690 _DEPRECATED(3.0)2691 | ^2692/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2693 62 | # define OSSL_DEPRECATED(since) __attri1357bute__((deprecated))2694 | ^2695 | OSSL_DEPRECATEDIN_3_02696 | ^2697/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2698 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2699 | ^2700/usr/include/openssl/macros.h:/builds/libssh/libssh-mirror/src/pki_crypto.c:2047:9: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations]2701 2047 | 62:52: note: expanded from macro 'OSSL_DEPRECATED'2702 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2703 | ^2704 EVP_PKEY_set1_RSA(pkey, key->rsa);2705 | ^2706/builds/libssh/libssh-mirror/src/pki_crypto.c/usr/include/openssl/evp.h:2047:9: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations]2707 2047 | EVP_PKEY_set1_RSA(pkey, key->rsa);2708 | ^2709:/usr/include/openssl/evp.h:1348:1: note: 'EVP_PKEY_set1_RSA' has been explicitly marked deprecated here2710 13481348 | OSSL_DEPRECATEDIN_3_02711 | ^2712:/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2713 1193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2714 | ^2715/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2716 :62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2717 | ^2718 note: 'EVP_PKEY_set1_RSA' has been explicitly marked deprecated here2719 1348 | OSSL_DEPRECA/builds/libssh/libssh-mirror/src/pki_crypto.cT:2066:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations]2720 2066 | EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);2721 | ^2722/usr/include/openssl/evp.hE:1374:1: note: 'EVP_PKEY_set1_EC_KEY' has been explicitly marked deprecated here2723 1374 | OSSL_DEPRECATEDIN_3_02724 | ^2725/usr/include/openssl/macros.hD:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2726 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2727 | ^2728/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2729 I62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2730 | ^2731N_3_02732 | ^2733/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2734 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2735 | ^2736/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2737 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2738 | ^2739/builds/libssh/libssh-mirror/src/pki_crypto.c:2066:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations]2740 2066 | EVP_PKEY_set1_EC_KEY(pkey, key->ecdsa);2741 | ^2742/usr/include/openssl/evp.h:1374:1: note: 'EVP_PKEY_set1_EC_KEY' has been explicitly marked deprecated here2743 1374 | OSSL_DEPRECATEDIN_3_02744 | ^2745/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2746 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2747 | ^2748/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2749 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2750 | ^275190 warnings generated.275290 warnings generated.2753[ 42%] Building C object src/CMakeFiles/ssh.dir/ecdh_crypto.c.o2754[ 42%] Building C object src/CMakeFiles/ssh-static.dir/ecdh_crypto.c.o2755/builds/libssh/libssh-mirror/src/ecdh_crypto.c/builds/libssh/libssh-mirror/src/ecdh_crypto.c:77:9: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]2756 77 | key = EC:77:9: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]2757 77 | key = EC_KEY_new_by_curve_name(curve);2758 | ^2759/usr/include/openssl/ec.h_KEY_:n1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here2760 1001 | OSSL_eDEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);2761 | ^2762/usr/include/openssl/macros.hw_by_curve_name(curve);2763 | :193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2764 193 | # define OSSL_DEPRECATEDIN_3_0 ^ OSSL_DEPRE2765CATED(3/usr/include/openssl/ec.h.:1001:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here2766 1001 | OSSL_DE0)2767 | ^2768P/usr/include/openssl/macros.hRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid:62:52: note: );2769 | ^2770/usr/include/openssl/macros.hexpanded from macro 'OSSL_DEPRECATED'2771 62:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2772 | 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DE# PdefRECATED(3.0)2773 | ^2774/usr/include/openssl/macros.hi:ne O62S:52: note: expanded from macro 'OSSL_DEPRECATED'2775SL_DEPR 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2776 | ^2777ECATED(since) __attribute__((deprecated))2778 | ^2779/builds/libssh/libssh-mirror/src/ecdh_crypto.c/builds/libssh/libssh-mirror/src/ecdh_crypto.c:82:11: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]2780 82 | group = EC:82:11: _warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]KEY_get0_group(key);2781 | ^2782 82 | group = EC_KEY_get0_group(key);2783 | /usr/include/openssl/ec.h:1037: ^2784/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here2785 1037 | OS1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here2786 S1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2787 | ^2788/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2789 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2790 | ^2791/usr/include/openssl/macros.hL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2792 | ^2793/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2794 193 | # define OSSL_DEPRECATEDIN_3_:062:52: note: expanded from macro 'OSSL_DEPRECATED'2795 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2796 | ^2797 OSSL_DEPRECATED(3.0)2798 | ^2799/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2800 62 | # define OSSL_DEPRECATED(since) __attribute__((dep/builds/libssh/libssh-mirror/src/ecdh_crypto.c:recat84:3: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]2801 84 | EC_KEY_genered))2802 | ^2803/builds/libssh/libssh-mirror/src/ecdh_crypto.c:84:ate_key(key);2804 | ^2805/usr/include/openssl/ec.h3:1104:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here2806 1104 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_genera: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]2807 84 | EC_KEY_generate_key(key);2808 | ^2809/usr/include/openssl/ec.h:1104:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here2810 1104 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_genetre_key(EC_KEY *key);2811 | ^2812/usr/include/openssl/macros.hate_key(EC_K:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2813 E193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2814 | ^2815/usr/include/openssl/macros.hY:62:52: note: expanded from macro 'OSSL_DEPRECATED'2816 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2817 | ^2818 *k/builds/libssh/libssh-mirror/src/ecdh_crypto.c:86:10: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]2819 86 | pubkey=EC_KEY_get0_public_key(key);2820 | ^2821/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here2822 e1065y | )O;S2823S L| _^D2824EPRECATEDIN_/usr/include/openssl/macros.h3:_1930: 49c:o nnote: stexpanded from macro 'OSSL_DEPRECATEDIN_3_0' 2825EC_POINT *EC_ K193E | Y#_ g e td0e_fpiunbel iOcS_SkLe_yD(EcPoRnEsCtA TEECD_IKNE_Y3 _*0k e y ) ; 2826 | ^ 2827 /usr/include/openssl/macros.h :O193S:S49L:_ Dnote: Eexpanded from macro 'OSSL_DEPRECATEDIN_3_0'P2828RECATED(3. 0193) | 2829 #| ^ 2830 defi/usr/include/openssl/macros.hn:e62 :O52S:S Lnote: _expanded from macro 'OSSL_DEPRECATED'D2831EPRECATED I62N | _#3 _ 0 d e f i n e O S S L _ D EOPSRSELC_ADTEEPDR(EsCiAnTcEeD)( 3_._0a)t2832t r| i ^b2833ute_/usr/include/openssl/macros.h_:(62(:d52e:p rnote: eexpanded from macro 'OSSL_DEPRECATED'c2834ated))2835 | ^ 283662 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2837 | ^2838/builds/libssh/libssh-mirror/src/ecdh_crypto.c:86:10: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]2839 86 | pubkey=EC_KEY_get0_public_key(key);2840 | ^2841/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here2842 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);2843 | ^2844/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2845 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2846 | ^2847/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2848 62 | # define OSS/builds/libssh/libssh-mirror/src/ecdh_crypto.cL:_93D:E7P:R Ewarning: CA'EC_KEY_free' is deprecated [-Wdeprecated-declarations]T2849ED(sinc e93) | _ _ a t t rEiCb_uKtEeY___f(r(edee(pkreeyc)a;t2850e d| ) ^)2851 | ^2852/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2853 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2854 | ^2855/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2856 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2857 | ^2858/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2859 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2860 | ^2861/builds/libssh/libssh-mirror/src/ecdh_crypto.c:93:7: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2862 93 | EC_KEY_free(key);2863 | ^2864/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2865 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2866 | ^2867/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2868 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2869 | ^2870/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2871/builds/libssh/libssh-mirror/src/ecdh_crypto.c:103:7: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]622872 | # d103e | f i n e O SESCL__KDEEYP_RfErCeAeT(EkDe(ys)i;n2873c e| ) ^ 2874__attr/usr/include/openssl/ec.hi:b1006u:t1e:_ _note: ('EC_KEY_free' has been explicitly marked deprecated here(2875deprecate d1006) | )O2876S S| L ^_2877DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2878 | ^2879/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2880 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2881 | ^2882/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2883 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2884 | ^/builds/libssh/libssh-mirror/src/ecdh_crypto.c2885:103:7: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2886 103 | EC_KEY_free(key);2887 | ^2888/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2889 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2890 | ^2891/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2892 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2893 | ^2894/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2895 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2896 | ^2897/builds/libssh/libssh-mirror/src/ecdh_crypto.c:121:27: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]2898 121 | const EC_GROUP *group = EC_KEY_get0_group(session->next_crypto->ecdh_privkey);2899 | ^2900/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here2901 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2902 | ^2903/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2904 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2905 | ^2906/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2907 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2908 | ^2909/builds/libssh/libssh-mirror/src/ecdh_crypto.c:121:27: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]2910 121 | const EC_GROUP *group = EC_KEY_get0_group(session->next_crypto->ecdh_privkey);2911 | ^2912/usr/include/openssl/ec.h:1037:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here2913 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);2914 | ^2915/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2916 193 | #/builds/libssh/libssh-mirror/src/ecdh_crypto.c define OSSL:162:8:_ warning: 'ECDH_compute_key' is deprecated [-Wdeprecated-declarations]2917 162 | D EPREC rc = ECDH_compute_keATEDIN_3_0 y(buff OSSL_DEPRECATED(er,2918 | ^2919/usr/include/openssl/ec.h:12993.0)2920 | ^2921/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2922: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2923 | ^29241: note: 'ECDH_compute_key' has been explicitly marked deprecated here2925 1299 | OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,2926 | ^2927/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2928 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2929 | ^2930/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2931 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2932 | ^2933/builds/libssh/libssh-mirror/src/ecdh_crypto.c:162:8: warning: 'ECDH_compute_key' is deprecated [-Wdeprecated-declarations]2934 162 | rc = ECDH_compute_key/builds/libssh/libssh-mirror/src/ecdh_crypto.c(buffe:176:7r: ,2935 | ^2936/usr/include/openssl/ec.hwarning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2937 176 | :1299:1: note: 'ECDH_compute_key' has been explicitly marked deprecated here2938 EC_ 1299 | OSSL_DEPRECATEDIN_3_0 int ECDH_compuKEY_fte_key(void *out, sizeree(s_t outlen,2939 | ^2940/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2941 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPREession->CATED(3.0)2942 | ^2943next_crypto->/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2944 62 | # ecdh_p define OSSL_DEPRECATED(since) __attribute__((derprecated))2945 | ^2946ivkey);2947 | ^2948/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2949 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2950 | ^2951/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2952 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2953 | ^2954/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2955 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2956 | ^2957/builds/libssh/libssh-mirror/src/ecdh_crypto.c:176:7: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2958 176 | EC_KEY_free(session->next_crypto->ecdh_privkey);2959 | ^2960/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2961 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key)/builds/libssh/libssh-mirror/src/ecdh_crypto.c;:2962180 :| 3^:2963 warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]2964/usr/include/openssl/macros.h:193:49 :180 | note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' 2965EC_KEY_free (193s | e#s s i odne-f>inneex tO_ScSrLy_pDtEoP-R>EeCcAdThE_DpIrNi_v3k_e0y ) ; 2966 | ^ 2967 /usr/include/openssl/ec.h : 1006 :O1S:S Lnote: _'EC_KEY_free' has been explicitly marked deprecated hereD2968EPRECATE D1006( | 3O.S0S)L2969_ D| E ^P2970RECA/usr/include/openssl/macros.hT:E62D:I52N:_ 3note: _expanded from macro 'OSSL_DEPRECATED'02971 void EC_ K62E | Y#_ f r e e (dEeCf_iKnEeY O*SkSeLy_)D;E2972P R| E^C2973ATED(/usr/include/openssl/macros.hs:i193n:c49e:) note: _expanded from macro 'OSSL_DEPRECATEDIN_3_0'_2974attribute_ _193( | (#d e p rdeecfaitneed )O)S2975S L| _ ^D2976EPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2977 | ^2978/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2979 62 | # define OSSL_DEPRECATED(since) __attribut/builds/libssh/libssh-mirror/src/ecdh_crypto.ce:_180_:(3(:d ewarning: p'EC_KEY_free' is deprecated [-Wdeprecated-declarations]r2980ecated))2981 | 180 ^ | 2982 EC_KEY_free(session->next_crypto->ecdh_privkey);2983 | ^2984/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here2985 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);2986 | ^2987/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'2988 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)2989 | ^2990/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'2991 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))2992 | ^2993/builds/libssh/libssh-mirror/src/ecdh_crypto.c:237:16: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]2994 237 | /builds/libssh/libssh-mirror/src/ecdh_crypto.c : 237 : 16e:c dwarning: h'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]_2995key = EC_KE Y237_ | ne w _ b ye_ccduhr_vkee_yn a=m eE(Cc_uKrEvYe_)n;e2996w _| b ^y2997_curve_n/usr/include/openssl/ec.ha:m1001e:(1c:u rnote: v'EC_KEY_new_by_curve_name' has been explicitly marked deprecated heree2998);2999 | ^3000 1001 | OSS/usr/include/openssl/ec.hL:_1001D:E1P:R Enote: C'EC_KEY_new_by_curve_name' has been explicitly marked deprecated hereA3001TEDIN_3_0 E1001C | _OKSESYL _*DEECP_RKEECYA_TnEeDwI_Nb_y3__c0u rEvCe__KnEaYm e*(EiCn_tK EnYi_dn)e;w3002_ b| y^_3003curve_na/usr/include/openssl/macros.hm:e193(:i49n:t note: nexpanded from macro 'OSSL_DEPRECATEDIN_3_0'i3004d);3005 | ^3006 193 | # /usr/include/openssl/macros.h :d193e:f49i:n enote: expanded from macro 'OSSL_DEPRECATEDIN_3_0'O3007SSL_DEPRECA T193E | D#I N _ 3d_e0f i n e O S S L _ D E P R E C AOTSESDLI_ND_E3P_R0E C A T E D ( 3 . 0 )3008 | ^ 3009 OS/usr/include/openssl/macros.hS:L62_:D52E:P Rnote: Eexpanded from macro 'OSSL_DEPRECATED'C3010ATED(3.0) 301162 | | # ^ 3012 /usr/include/openssl/macros.hd:e62f:i52n:e note: Oexpanded from macro 'OSSL_DEPRECATED'S3013SL_DEPREC A62T | E#D ( s i n cdee)f i_n_ea tOtSrSiLb_uDtEeP_R_E(C(AdTeEpDr(esciantceed)) )_3014_ a| t ^t3015ribute__((deprecated))3016 | ^3017/builds/libssh/libssh-mirror/src/ecdh_crypto.c/builds/libssh/libssh-mirror/src/ecdh_crypto.c::244244::1313:: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]3018 244 | warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations]g3019roup = EC_ K244E | Y _ g e tg0r_ogurpo u=p (EeCc_dKhE_Yk_egye)t;03020_ g| r ^o3021up(ecdh_k/usr/include/openssl/ec.he:y1037):;13022: | note: ^'EC_KEY_get0_group' has been explicitly marked deprecated here3023/usr/include/openssl/ec.h:1037:1 :1037 | note: O'EC_KEY_get0_group' has been explicitly marked deprecated hereS3024SL_DEPRECAT E1037D | IONS_S3L__0D EcPoRnEsCtA TEECD_IGNR_O3U_P0 *cEoCn_sKtE YE_Cg_eGtR0O_UgPr o*uEpC(_cKoEnYs_tg eEtC0__KgErYo u*pk(ecyo)n;s3025t | E^C3026_KEY */usr/include/openssl/macros.hk:e193y:)49;:3027 note: | expanded from macro 'OSSL_DEPRECATEDIN_3_0'^3028/usr/include/openssl/macros.h:193:49 :193 | note: #expanded from macro 'OSSL_DEPRECATEDIN_3_0' 3029 define O S193S | L#_ D E PdReEfCiAnTeE DOISNS_L3__D0E P R E C A T E D I N _ 3 _ 0 O S S L _ D E P R E C A T E DO(S3S.L0_)D3030E P| R ^E3031CAT/usr/include/openssl/macros.hE:D62(:352.:0 )note: 3032expanded from macro 'OSSL_DEPRECATED' 3033| ^3034/usr/include/openssl/macros.h:62: 5262: | #note: expanded from macro 'OSSL_DEPRECATED' 3035 define 62O | S#S L _ D E PdReEfCiAnTeE DO(SsSiLn_cDeE)P R_E_CaAtTtErDi(bsuitnec_e_)( (_d_eaptrterciabtuetde)_)_3036( (| d ^e3037precated))3038 | ^3039/builds/libssh/libssh-mirror/src/ecdh_crypto.c:245:5: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]/builds/libssh/libssh-mirror/src/ecdh_crypto.c3040:245:5: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations] 3041245 | EC _245K | E Y _ g eEnCe_rKaEtYe__gkeenye(reactdeh__kkeeyy()e;c3042d h| _ ^k3043ey);3044 | /usr/include/openssl/ec.h ^:30451104:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here3046/usr/include/openssl/ec.h:1104:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here3047 1104 | OSSL_D E1104P | ROESCSALT_EDDEIPNR_E3C_A0T EiDnItN _E3C__0K EiYn_tg eEnCe_rKaEtYe__gkeenye(rEaCt_eK_EkYe y*(kEeCy_)K;E3048Y | *key);3049 | ^3050/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3051 193 | # define OSSL_DEPRECATEDIN_3_0 ^ 3052 OSSL_DE/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3053PRECATED(3.0)3054 | ^3055/usr/include/openssl/macros.h:193 | # def62:52: note: expanded from macro 'OSSL_DEPRECATED'3056 62 | # defineine OSSL_DE OSSL_DEPRECATEDIN_3_0 PREC ATED(since) __attribute__((deprecated))3057 | ^3058OSSL_DEPRECATED(3.0)3059 | ^3060/usr/include/openssl/macros.h:62:/builds/libssh/libssh-mirror/src/ecdh_crypto.c:247:19: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]3061 247 | ecdh_pubkey = EC_KEY_get0_publ52: note: expanded from macro 'OSSL_DEPRECATED'3062 62ic_key(e | # decdh_key);3063 | ^3064/usr/include/openssl/ec.h:1065:1: note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here3065 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *fine OSSL_DEPRECEC_KEY_get0_public_key(const EC_KEY *key);3066 | ^3067AT/usr/include/openssl/macros.hED:(193s:i49n:c enote: )expanded from macro 'OSSL_DEPRECATEDIN_3_0' 3068__attribute__ (193( | d#e p r edceaftiende) )OS3069S L| _ ^D3070/builds/libssh/libssh-mirror/src/ecdh_crypto.cEPRECATED:IN_3_0 OSSL_DEPRECATED(3.0)3071 | ^3072247:19: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations]3073 247 | ecdh_/usr/include/openssl/macros.h:62pubkey = EC_KEY_get0_public_key(ecdh_key);3074 | ^3075:/usr/include/openssl/ec.h52::1065 :note: 1:expanded from macro 'OSSL_DEPRECATED' 3076note: 'EC_KEY_get0_public_key' has been explicitly marked deprecated here3077 62 | 1065# | O S S L _dDeEfPiRnEeC AOTSESDLI_ND_E3_0 const EC_POINT *EC_KEY_PRECATED(since) __attributeget0_public_key(const EC_KEY *key);3078 | ^3079/usr/include/openssl/macros.h_:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3080 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3081 | ^3082/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3083_((deprec a62t | e#d ) ) 3084 | d ^e3085fine OSSL_DEPRECATED(since) __attribute__((deprecated))3086 | ^3087/builds/libssh/libssh-mirror/src/ecdh_crypto.c:257:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]3088 257 | EC_KEY_free(ecdh_key);3089 | ^3090/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here3091 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3092 | ^3093/usr/include/openssl/macros.h:193:49: /builds/libssh/libssh-mirror/src/ecdh_crypto.c:257:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]3094 note: 257 | EC_KEY_free(ecdh_key);3095 | ^3096expanded from macro 'OSSL_DEPRECATEDIN_3_0'/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here3097 1006 | OSSL_DEPRECATEDIN_3_0 v3098 193 | # defioid EC_KEY_free(EC_KEY *key);3099 | ^3100/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3101 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3102 | ^3103/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3104 62 | # define OSSLne OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3105 | ^3106/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3107 62 | # define O_DEPRECATED(sinSSL_DEPRECATED(since) __attribute__((deprecated))3108 | ^3109ce) __attribute__((deprecated))3110 | ^31111515 warnings generated.3112 warnings generated.3113[ 43%] Building C object src/CMakeFiles/ssh-static.dir/libcrypto.c.o3114[ 43%] Building C object src/CMakeFiles/ssh.dir/libcrypto.c.o3115/builds/libssh/libssh-mirror/src/libcrypto.c:467:9: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations]3116 467 | ctx = HMAC_CTX_new();3117 | ^3118/usr/include/openssl/hmac.h:33:1: note: 'HMAC_CTX_new' has been explicitly marked deprecated here3119 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);3120 | ^3121/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3122 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3123 | ^3124/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3125 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3126 | ^3127/builds/libssh/libssh-mirror/src/libcrypto.c:475:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3128 475 | HMAC_Init_ex(ctx, key, len, EVP_sha1(), NULL);3129 | ^3130/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3131 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3132 | ^3133/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3134 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3135 | ^3136/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3137 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3138 | ^3139/builds/libssh/libssh-mirror/src/libcrypto.c:478:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3140 478 | HMAC_Init_ex(ctx, key, len, EVP_sha256(), NULL);3141 | ^3142/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3143 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3144 | ^3145/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3146 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3147 | ^3148/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3149 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3150 | ^3151/builds/libssh/libssh-mirror/src/libcrypto.c:481:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3152 481 | HMAC_Init_ex(ctx, key, len, EVP_sha512(), NULL);3153 | ^3154/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3155 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3156 | ^3157/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3158 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3159 | ^3160/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3161 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3162 | ^3163/builds/libssh/libssh-mirror/src/libcrypto.c:484:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3164 484 | HMAC_Init_ex(ctx, key, len, EVP_md5(), NULL);3165 | ^3166/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3167 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3168 | ^3169/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3170 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3171 | ^3172/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3173 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3174 | ^3175/builds/libssh/libssh-mirror/src/libcrypto.c:487:7: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations]3176 487 | HMAC_CTX_free(ctx);3177 | ^3178/usr/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here3179 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);3180 | ^3181/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3182 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3183 | ^3184/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3185 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3186 | ^3187/builds/libssh/libssh-mirror/src/libcrypto.c:495:3: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations]3188 495 | HMAC_Update(ctx, data, len);3189 | ^3190/usr/include/openssl/hmac.h:45:1: note: 'HMAC_Update' has been explicitly marked deprecated here3191 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,3192 | ^3193/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3194 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3195 | ^3196/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3197 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3198 | ^3199/builds/libssh/libssh-mirror/src/libcrypto.c:499:3: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations]3200 499 | HMAC_Final(ctx,hashmacbuf,len);3201 | ^3202/usr/include/openssl/hmac.h:47:1: note: 'HMAC_Final' has been explicitly marked deprecated here3203 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,3204 | ^3205/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3206 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3207 | ^3208/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3209 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3210 | ^3211/builds/libssh/libssh-mirror/src/libcrypto.c:502:3: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations]3212 502 | HMAC_CTX_free(ctx);3213 | ^3214/usr/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here3215 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);3216 | ^3217/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3218 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3219 | ^3220/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3221 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3222 | ^3223/builds/libssh/libssh-mirror/src/libcrypto.c:467:9: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations]3224 467 | ctx = HMAC_CTX_new();3225 | ^3226/usr/include/openssl/hmac.h:33:1: note: 'HMAC_CTX_new' has been explicitly marked deprecated here3227 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);3228 | ^3229/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3230 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3231 | ^3232/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3233 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3234 | ^3235/builds/libssh/libssh-mirror/src/libcrypto.c:475:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3236 475 | HMAC_Init_ex(ctx, key, len, EVP_sha1(), NULL);3237 | ^3238/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3239 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3240 | ^3241/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3242 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3243 | ^3244/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3245 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3246 | ^3247/builds/libssh/libssh-mirror/src/libcrypto.c:478:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3248 478 | HMAC_Init_ex(ctx, key, len, EVP_sha256(), NULL);3249 | ^3250/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3251 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3252 | ^3253/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3254 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3255 | ^3256/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3257 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3258 | ^3259/builds/libssh/libssh-mirror/src/libcrypto.c:481:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3260 481 | HMAC_Init_ex(ctx, key, len, EVP_sha512(), NULL);3261 | ^3262/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3263 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3264 | ^3265/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3266 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3267 | ^3268/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3269 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3270 | ^3271/builds/libssh/libssh-mirror/src/libcrypto.c:484:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]3272 484 | HMAC_Init_ex(ctx, key, len, EVP_md5(), NULL);3273 | ^3274/usr/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here3275 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,3276 | ^3277/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3278 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3279 | ^3280/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3281 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3282 | ^3283/builds/libssh/libssh-mirror/src/libcrypto.c:487:7: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations]3284 487 | HMAC_CTX_free(ctx);3285 | ^3286/usr/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here3287 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);3288 | ^3289/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3290 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3291 | ^3292/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3293 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3294 | ^3295/builds/libssh/libssh-mirror/src/libcrypto.c:495:3: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations]3296 495 | HMAC_Update(ctx, data, len);3297 | ^3298/usr/include/openssl/hmac.h:45:1: note: 'HMAC_Update' has been explicitly marked deprecated here3299 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,3300 | ^3301/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3302 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3303 | ^3304/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3305 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3306 | ^3307/builds/libssh/libssh-mirror/src/libcrypto.c:499:3: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations]3308 499 | HMAC_Final(ctx,hashmacbuf,len);3309 | ^3310/usr/include/openssl/hmac.h:47:1: note: 'HMAC_Final' has been explicitly marked deprecated here3311 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,3312 | ^3313/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3314 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3315 | ^3316/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3317 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3318 | ^3319/builds/libssh/libssh-mirror/src/libcrypto.c:502:3: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations]3320 502 | HMAC_CTX_free(ctx);3321 | ^3322/usr/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here3323 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);3324 | ^3325/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3326 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3327 | ^3328/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3329 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3330 | ^33319 warnings generated.3332[ 43%] Building C object src/CMakeFiles/ssh-static.dir/dh_crypto.c.o33339 warnings generated.3334[ 43%] Building C object src/CMakeFiles/ssh.dir/dh_crypto.c.o3335/builds/libssh/libssh-mirror/src/dh_crypto.c:73:5: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]3336 73 | DH_get0_key(ctx->keypair[peer], pub, priv);3337 | ^3338/usr/include/openssl/dh.h:263:1: note: 'DH_get0_key' has been explicitly marked deprecated here3339 263 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,3340 | ^3341/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3342 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3343 | ^3344/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3345 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3346 | ^3347/builds/libssh/libssh-mirror/src/dh_crypto.c:102:11: warning: 'DH_set0_key' is deprecated [-Wdeprecated-declarations]3348 102 | (void)DH_set0_key(ctx->keypair[peer], pub_key, priv_key);3349 | ^3350/usr/include/openssl/dh.h:265:1: note: 'DH_set0_key' has been explicitly marked deprecated here3351 265 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);3352 | ^3353/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3354 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3355 | ^3356/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3357 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3358 | ^3359/builds/libssh/libssh-mirror/src/dh_crypto.c:113:5: warning: 'DH_get0_pqg' is deprecated [-Wdeprecated-declarations]3360 113 | DH_get0_pqg(ctx->keypair[0], modulus, NULL, generator);3361 | ^3362/usr/include/openssl/dh.h:260:1: note: 'DH_get0_pqg' has been explicitly marked deprecated here3363 260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,3364 | ^3365/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3366 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3367 | ^3368/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3369 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3370 | ^3371/builds/libssh/libssh-mirror/src/dh_crypto.c:133:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3372 133 | DH_free(ctx->keypair[i]);3373 | ^3374/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3375 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3376 | ^3377/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3378 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3379 | ^3380/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3381 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3382 | ^3383/builds/libssh/libssh-mirror/src/dh_crypto.c:134:27: warning: 'DH_new' is deprecated [-Wdeprecated-declarations]3384 134 | ctx->keypair[i] = DH_new();3385 | ^3386/usr/include/openssl/dh.h:206:1: note: 'DH_new' has been explicitly marked deprecated here3387 206 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);3388 | ^3389/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3390 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3391 | ^3392/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3393 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3394 | ^3395/builds/libssh/libssh-mirror/src/dh_crypto.c:142:14: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations]3396 142 | rc = DH_set0_pqg(ctx->keypair[i], p, NULL, g);3397 | ^3398/usr/include/openssl/dh.h:262:1: note: 'DH_set0_pqg' has been explicitly marked deprecated here3399 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);3400 | ^3401/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3402 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3403 | ^3404/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3405 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3406 | ^3407/builds/libssh/libssh-mirror/src/dh_crypto.c:154:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3408 154 | DH_free(ctx->keypair[0]);3409 | ^3410/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3411 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3412 | ^3413/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3414 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3415 | ^3416/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3417 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3418 | ^3419/builds/libssh/libssh-mirror/src/dh_crypto.c:155:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3420 155 | DH_free(ctx->keypair[1]);3421 | ^3422/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3423 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3424 | ^3425/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3426 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3427 | ^3428/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3429 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3430 | ^3431/builds/libssh/libssh-mirror/src/dh_crypto.c:205:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3432 205 | DH_free(crypto->dh_ctx->keypair[0]);3433 | ^3434/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3435 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3436 | ^3437/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3438 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3439 | ^3440/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3441 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3442 | ^3443/builds/libssh/libssh-mirror/src/dh_crypto.c:206:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3444 206 | DH_free(crypto->dh_ctx->keypair[1]);3445 | ^3446/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3447 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3448 | ^3449/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3450 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3451 | ^3452/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3453 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3454 | ^3455/builds/libssh/libssh-mirror/src/dh_crypto.c:228:10: warning: 'DH_generate_key' is deprecated [-Wdeprecated-declarations]3456 228 | rc = DH_generate_key(dh_ctx->keypair[peer]);3457 | ^3458/usr/include/openssl/dh.h:230:1: note: 'DH_generate_key' has been explicitly marked deprecated here3459 230 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);3460 | ^3461/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3462 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3463 | ^3464/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3465 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3466 | ^3467/builds/libssh/libssh-mirror/src/dh_crypto.c:259:22: warning: 'DH_size' is deprecated [-Wdeprecated-declarations]3468 259 | kstring = malloc(DH_size(dh_ctx->keypair[local]));3469 | ^3470/usr/include/openssl/dh.h:210:1: note: 'DH_size' has been explicitly marked deprecated here3471 210 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);3472 | ^3473/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3474 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3475 | ^3476/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3477 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3478 | ^3479/builds/libssh/libssh-mirror/src/dh_crypto.c:271:12: warning: 'DH_compute_key' is deprecated [-Wdeprecated-declarations]3480 271 | klen = DH_compute_key(kstring, pub_key, dh_ctx->keypair[local]);3481 | ^3482/usr/include/openssl/dh.h:231:1: note: 'DH_compute_key' has been explicitly marked deprecated here3483 231 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,3484 | ^3485/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3486 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3487 | ^3488/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3489 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3490 | ^349113 warnings generated.3492/builds/libssh/libssh-mirror/src/dh_crypto.c:73:5: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]3493 73 | DH_get0_key(ctx->keypair[peer], pub, priv);3494 | ^3495/usr/include/openssl/dh.h:263:1: note: 'DH_get0_key' has been explicitly marked deprecated here3496 263 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,3497 | ^3498/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3499 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3500 | ^3501/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3502 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3503 | ^3504/builds/libssh/libssh-mirror/src/dh_crypto.c:102:11: warning: 'DH_set0_key' is deprecated [-Wdeprecated-declarations]3505 102 | (void)DH_set0_key(ctx->keypair[peer], pub_key, priv_key);3506 | ^3507/usr/include/openssl/dh.h:265:1: note: 'DH_set0_key' has been explicitly marked deprecated here3508 265 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);3509 | ^3510/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3511 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3512 | ^3513/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3514 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3515 | ^3516/builds/libssh/libssh-mirror/src/dh_crypto.c:113:5: warning: 'DH_get0_pqg' is deprecated [-Wdeprecated-declarations]3517 113 | DH_get0_pqg(ctx->keypair[0], modulus, NULL, generator);3518 | ^3519/usr/include/openssl/dh.h:260:1: note: 'DH_get0_pqg' has been explicitly marked deprecated here3520 260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,3521 | ^3522/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3523 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3524 | ^3525/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3526 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3527 | ^3528/builds/libssh/libssh-mirror/src/dh_crypto.c:133:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3529 133 | DH_free(ctx->keypair[i]);3530 | ^3531/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3532 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3533 | ^3534/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3535 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3536 | ^3537/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3538 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3539 | ^3540/builds/libssh/libssh-mirror/src/dh_crypto.c:134:27: warning: 'DH_new' is deprecated [-Wdeprecated-declarations]3541 134 | ctx->keypair[i] = DH_new();3542 | ^3543/usr/include/openssl/dh.h:206:1: note: 'DH_new' has been explicitly marked deprecated here3544 206 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);3545 | ^3546/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3547 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3548 | ^3549/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3550 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3551 | ^3552/builds/libssh/libssh-mirror/src/dh_crypto.c:142:14: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations]3553 142 | rc = DH_set0_pqg(ctx->keypair[i], p, NULL, g);3554 | ^3555/usr/include/openssl/dh.h:262:1: note: 'DH_set0_pqg' has been explicitly marked deprecated here3556 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);3557 | ^3558/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3559 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3560 | ^3561/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3562 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3563 | ^3564/builds/libssh/libssh-mirror/src/dh_crypto.c:154:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3565 154 | DH_free(ctx->keypair[0]);3566 | ^3567/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3568 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3569 | ^3570/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3571 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3572 | ^3573/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3574 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3575 | ^3576/builds/libssh/libssh-mirror/src/dh_crypto.c:155:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3577 155 | DH_free(ctx->keypair[1]);3578 | ^3579/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3580 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3581 | ^3582/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3583 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3584 | ^3585/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3586 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3587 | ^3588/builds/libssh/libssh-mirror/src/dh_crypto.c:205:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3589 205 | DH_free(crypto->dh_ctx->keypair[0]);3590 | ^3591/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3592 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3593 | ^3594/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3595 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3596 | ^3597/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3598 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3599 | ^3600/builds/libssh/libssh-mirror/src/dh_crypto.c:206:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]3601 206 | DH_free(crypto->dh_ctx->keypair[1]);3602 | ^3603/usr/include/openssl/dh.h:207:1: note: 'DH_free' has been explicitly marked deprecated here3604 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);3605 | ^3606/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3607 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3608 | ^3609/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3610 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3611 | ^3612/builds/libssh/libssh-mirror/src/dh_crypto.c:228:10: warning: 'DH_generate_key' is deprecated [-Wdeprecated-declarations]3613 228 | rc = DH_generate_key(dh_ctx->keypair[peer]);3614 | ^3615/usr/include/openssl/dh.h:230:1: note: 'DH_generate_key' has been explicitly marked deprecated here3616 230 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);3617 | ^3618/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3619 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3620 | ^3621/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3622 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3623 | ^3624/builds/libssh/libssh-mirror/src/dh_crypto.c:259:22: warning: 'DH_size' is deprecated [-Wdeprecated-declarations]3625 259 | kstring = malloc(DH_size(dh_ctx->keypair[local]));3626 | ^3627/usr/include/openssl/dh.h:210:1: note: 'DH_size' has been explicitly marked deprecated here3628 210 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);3629 | ^3630/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3631 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3632 | ^3633/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3634 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3635 | ^3636/builds/libssh/libssh-mirror/src/dh_crypto.c:271:12: warning: 'DH_compute_key' is deprecated [-Wdeprecated-declarations]3637 271 | klen = DH_compute_key(kstring, pub_key, dh_ctx->keypair[local]);3638 | ^3639/usr/include/openssl/dh.h:231:1: note: 'DH_compute_key' has been explicitly marked deprecated here3640 231 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,3641 | ^3642/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3643 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3644 | ^3645/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3646 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3647 | ^364813 warnings generated.3649[ 44%] Building C object src/CMakeFiles/ssh-static.dir/sftp.c.o3650[ 44%] Building C object src/CMakeFiles/ssh.dir/sftp.c.o3651[ 45%] Building C object src/CMakeFiles/ssh-static.dir/sftpserver.c.o3652[ 45%] Building C object src/CMakeFiles/ssh.dir/sftpserver.c.o3653[ 45%] Building C object src/CMakeFiles/ssh-static.dir/server.c.o3654[ 45%] Building C object src/CMakeFiles/ssh.dir/server.c.o3655[ 46%] Building C object src/CMakeFiles/ssh-static.dir/bind.c.o3656[ 46%] Building C object src/CMakeFiles/ssh.dir/bind.c.o3657[ 47%] Building C object src/CMakeFiles/ssh.dir/bind_config.c.o3658[ 47%] Building C object src/CMakeFiles/ssh-static.dir/bind_config.c.o3659[ 47%] Building C object src/CMakeFiles/ssh.dir/dh-gex.c.o3660[ 47%] Building C object src/CMakeFiles/ssh-static.dir/dh-gex.c.o3661[ 49%] Building C object src/CMakeFiles/ssh-static.dir/gzip.c.o3662[ 49%] Building C object src/CMakeFiles/ssh.dir/gzip.c.o3663[ 49%] Building C object src/CMakeFiles/ssh.dir/gssapi.c.o3664[ 49%] Building C object src/CMakeFiles/ssh-static.dir/gssapi.c.o3665[ 50%] Linking C shared library ../lib/libssh.so3666[ 50%] Linking C static library libssh.a3667[ 50%] Built target ssh3668[ 51%] Building C object examples/CMakeFiles/libssh_scp.dir/libssh_scp.c.o3669[ 51%] Built target ssh-static3670[ 52%] Building C object examples/CMakeFiles/scp_download.dir/scp_download.c.o3671[ 52%] Building C object examples/CMakeFiles/libssh_scp.dir/authentication.c.o3672[ 52%] Building C object examples/CMakeFiles/scp_download.dir/authentication.c.o3673[ 52%] Building C object examples/CMakeFiles/libssh_scp.dir/knownhosts.c.o3674[ 52%] Building C object examples/CMakeFiles/scp_download.dir/knownhosts.c.o3675[ 53%] Building C object examples/CMakeFiles/libssh_scp.dir/connect_ssh.c.o3676[ 54%] Building C object examples/CMakeFiles/scp_download.dir/connect_ssh.c.o3677[ 54%] Linking C executable libssh_scp3678[ 54%] Linking C executable scp_download3679[ 54%] Built target libssh_scp3680[ 54%] Building C object examples/CMakeFiles/sshnetcat.dir/sshnetcat.c.o3681[ 54%] Built target scp_download3682[ 54%] Building C object examples/CMakeFiles/samplesftp.dir/samplesftp.c.o3683[ 54%] Building C object examples/CMakeFiles/sshnetcat.dir/authentication.c.o3684[ 55%] Building C object examples/CMakeFiles/samplesftp.dir/authentication.c.o3685[ 56%] Building C object examples/CMakeFiles/sshnetcat.dir/knownhosts.c.o3686[ 56%] Building C object examples/CMakeFiles/samplesftp.dir/knownhosts.c.o3687[ 56%] Building C object examples/CMakeFiles/sshnetcat.dir/connect_ssh.c.o3688[ 56%] Building C object examples/CMakeFiles/samplesftp.dir/connect_ssh.c.o3689[ 57%] Linking C executable sshnetcat3690[ 58%] Linking C executable samplesftp3691[ 58%] Built target sshnetcat3692[ 59%] Building C object examples/CMakeFiles/ssh-client.dir/ssh_client.c.o3693[ 59%] Built target samplesftp3694[ 60%] Building C object examples/CMakeFiles/ssh_server_fork.dir/ssh_server_fork.c.o3695[ 60%] Building C object examples/CMakeFiles/ssh-client.dir/authentication.c.o3696[ 60%] Linking C executable ssh_server_fork3697[ 60%] Building C object examples/CMakeFiles/ssh-client.dir/knownhosts.c.o3698[ 60%] Built target ssh_server_fork3699[ 60%] Building C object examples/CMakeFiles/samplesshd-cb.dir/samplesshd-cb.c.o3700[ 61%] Building C object examples/CMakeFiles/ssh-client.dir/connect_ssh.c.o3701[ 61%] Linking C executable ssh-client3702[ 61%] Linking C executable samplesshd-cb3703[ 61%] Built target ssh-client3704[ 61%] Built target samplesshd-cb3705[ 62%] Building C object examples/CMakeFiles/proxy.dir/proxy.c.o3706[ 62%] Building C object examples/CMakeFiles/sshd_direct-tcpip.dir/sshd_direct-tcpip.c.o3707[ 62%] Linking C executable proxy3708[ 63%] Linking C executable sshd_direct-tcpip3709[ 63%] Built target proxy3710[ 64%] Building C object examples/CMakeFiles/samplesshd-kbdint.dir/samplesshd-kbdint.c.o3711[ 64%] Built target sshd_direct-tcpip3712[ 64%] Building C object examples/CMakeFiles/exec.dir/exec.c.o3713[ 64%] Linking C executable samplesshd-kbdint3714[ 65%] Building C object examples/CMakeFiles/exec.dir/authentication.c.o3715[ 65%] Built target samplesshd-kbdint3716[ 65%] Building C object examples/CMakeFiles/senddata.dir/senddata.c.o3717[ 65%] Building C object examples/CMakeFiles/exec.dir/knownhosts.c.o3718[ 66%] Building C object examples/CMakeFiles/senddata.dir/authentication.c.o3719[ 66%] Building C object examples/CMakeFiles/exec.dir/connect_ssh.c.o3720[ 67%] Linking C executable exec3721[ 67%] Building C object examples/CMakeFiles/senddata.dir/knownhosts.c.o3722[ 67%] Built target exec3723[ 67%] Building C object examples/CMakeFiles/keygen.dir/keygen.c.o3724[ 67%] Building C object examples/CMakeFiles/senddata.dir/connect_ssh.c.o3725[ 67%] Linking C executable keygen3726[ 68%] Linking C executable senddata3727[ 68%] Built target keygen3728[ 68%] Built target senddata3729[ 68%] Building CXX object examples/CMakeFiles/libsshpp.dir/libsshpp.cpp.o3730[ 68%] Building CXX object examples/CMakeFiles/libsshpp_noexcept.dir/libsshpp_noexcept.cpp.o3731[ 68%] Linking CXX executable libsshpp_noexcept3732[ 69%] Linking CXX executable libsshpp3733[ 69%] Built target libsshpp_noexcept3734[ 69%] Built target libsshpp3735[ 70%] Building C object tests/CMakeFiles/torture.dir/cmdline.c.o3736[ 70%] Building C object tests/CMakeFiles/ssh_ping.dir/ssh_ping.c.o3737[ 70%] Linking C executable ssh_ping3738[ 70%] Built target ssh_ping3739[ 70%] Building C object tests/CMakeFiles/torture.dir/torture.c.o3740[ 71%] Building C object tests/pkd/CMakeFiles/pkd_hello.dir/pkd_daemon.c.o3741[ 71%] Building C object tests/pkd/CMakeFiles/pkd_hello.dir/pkd_hello.c.o3742[ 71%] Building C object tests/CMakeFiles/torture.dir/torture_key.c.o3743[ 72%] Building C object tests/CMakeFiles/torture.dir/torture_pki.c.o3744[ 72%] Building C object tests/CMakeFiles/torture.dir/torture_cmocka.c.o3745[ 73%] Linking C static library libtorture.a3746[ 73%] Built target torture3747[ 73%] Building C object tests/server/test_server/CMakeFiles/test_server.dir/main.c.o3748[ 73%] Linking C executable test_server3749[ 73%] Built target test_server3750[ 74%] Building C object tests/unittests/CMakeFiles/torture_buffer.dir/torture_buffer.c.o3751[ 75%] Building C object tests/pkd/CMakeFiles/pkd_hello.dir/pkd_keyutil.c.o3752[ 75%] Linking C executable torture_buffer3753[ 75%] Built target torture_buffer3754[ 75%] Building C object tests/unittests/CMakeFiles/torture_bytearray.dir/torture_bytearray.c.o3755[ 75%] Building C object tests/pkd/CMakeFiles/pkd_hello.dir/pkd_util.c.o3756[ 75%] Linking C executable pkd_hello3757[ 76%] Linking C executable torture_bytearray3758[ 76%] Built target pkd_hello3759[ 76%] Building C object tests/unittests/CMakeFiles/torture_callbacks.dir/torture_callbacks.c.o3760[ 76%] Built target torture_bytearray3761[ 76%] Building C object tests/unittests/CMakeFiles/torture_crypto.dir/torture_crypto.c.o3762[ 76%] Linking C executable torture_callbacks3763[ 77%] Linking C executable torture_crypto3764[ 77%] Built target torture_callbacks3765[ 78%] Building C object tests/unittests/CMakeFiles/torture_init.dir/torture_init.c.o3766[ 78%] Built target torture_crypto3767[ 79%] Building C object tests/unittests/CMakeFiles/torture_list.dir/torture_list.c.o3768[ 79%] Linking C executable torture_init3769[ 79%] Built target torture_init3770[ 79%] Building C object tests/unittests/CMakeFiles/torture_misc.dir/torture_misc.c.o3771[ 79%] Linking C executable torture_list3772[ 79%] Built target torture_list3773[ 79%] Building C object tests/unittests/CMakeFiles/torture_config.dir/torture_config.c.o3774[ 80%] Linking C executable torture_misc3775[ 81%] Linking C executable torture_config3776[ 81%] Built target torture_misc3777[ 82%] Building C object tests/unittests/CMakeFiles/torture_options.dir/torture_options.c.o3778[ 82%] Built target torture_config3779[ 82%] Building C object tests/unittests/CMakeFiles/torture_isipaddr.dir/torture_isipaddr.c.o3780[ 82%] Linking C executable torture_options3781[ 83%] Linking C executable torture_isipaddr3782[ 83%] Built target torture_options3783[ 84%] Building C object tests/unittests/CMakeFiles/torture_knownhosts_parsing.dir/torture_knownhosts_parsing.c.o3784[ 84%] Built target torture_isipaddr3785[ 84%] Building C object tests/unittests/CMakeFiles/torture_hashes.dir/torture_hashes.c.o3786In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:3787/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3788 357 | DSA_free(key->dsa_pub);3789 | ^3790/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3791 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3792 | ^3793/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3794 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3795 | ^3796/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3797 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3798 | ^3799In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:3800/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3801 364 | RSA_free(key->rsa_pub);3802 | ^3803/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3804 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3805 | ^3806/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3807 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3808 | ^3809/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3810 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3811 | ^3812In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:3813/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3814 467 | DSA_free(prv->dsa_priv);3815 | ^3816/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3817 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3818 | ^3819/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3820 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3821 | ^3822/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3823 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3824 | ^3825In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_hashes.c:7:3826/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3827 468 | RSA_free(prv->rsa_priv);3828 | ^3829/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3830 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3831 | ^3832/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3833 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3834 | ^3835/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3836 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3837 | ^3838[ 84%] Linking C executable torture_knownhosts_parsing38394 warnings generated.3840[ 84%] Linking C executable torture_hashes3841[ 84%] Built target torture_knownhosts_parsing3842[ 84%] Building C object tests/unittests/CMakeFiles/torture_packet_filter.dir/torture_packet_filter.c.o3843[ 84%] Built target torture_hashes3844[ 85%] Building C object tests/unittests/CMakeFiles/torture_temp_dir.dir/torture_temp_dir.c.o3845[ 85%] Linking C executable torture_temp_dir3846[ 86%] Linking C executable torture_packet_filter3847[ 86%] Built target torture_temp_dir3848[ 87%] Building C object tests/unittests/CMakeFiles/torture_temp_file.dir/torture_temp_file.c.o3849[ 87%] Built target torture_packet_filter3850[ 87%] Building C object tests/unittests/CMakeFiles/torture_push_pop_dir.dir/torture_push_pop_dir.c.o3851[ 87%] Linking C executable torture_temp_file3852[ 88%] Linking C executable torture_push_pop_dir3853[ 88%] Built target torture_temp_file3854[ 88%] Building C object tests/unittests/CMakeFiles/torture_session_keys.dir/torture_session_keys.c.o3855[ 88%] Built target torture_push_pop_dir3856[ 88%] Building C object tests/unittests/CMakeFiles/torture_tokens.dir/torture_tokens.c.o3857[ 88%] Linking C executable torture_session_keys3858[ 89%] Linking C executable torture_tokens3859[ 89%] Built target torture_session_keys3860[ 89%] Building C object tests/unittests/CMakeFiles/torture_packet.dir/torture_packet.c.o3861[ 89%] Built target torture_tokens3862[ 89%] Building C object tests/unittests/CMakeFiles/torture_keyfiles.dir/torture_keyfiles.c.o3863In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:3864/builds/libssh/libssh-mirror/src/legacy.c:357:7: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3865 357 | DSA_free(key->dsa_pub);3866 | ^3867/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3868 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3869 | ^3870/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3871 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3872 | ^3873/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3874 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3875 | ^3876In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:3877/builds/libssh/libssh-mirror/src/legacy.c:364:7: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3878 364 | RSA_free(key->rsa_pub);3879 | ^3880/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3881 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3882 | ^3883/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3884 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3885 | ^3886/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3887 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3888 | ^3889In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:3890/builds/libssh/libssh-mirror/src/legacy.c:467:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3891 467 | DSA_free(prv->dsa_priv);3892 | ^3893/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3894 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3895 | ^3896/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3897 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3898 | ^3899/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3900 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3901 | ^3902In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_keyfiles.c:7:3903/builds/libssh/libssh-mirror/src/legacy.c:468:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3904 468 | RSA_free(prv->rsa_priv);3905 | ^3906/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3907 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3908 | ^3909/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3910 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3911 | ^3912/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3913 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3914 | ^3915[ 90%] Linking C executable torture_packet39164 warnings generated.3917[ 90%] Linking C executable torture_keyfiles3918[ 90%] Built target torture_packet3919[ 90%] Building C object tests/unittests/CMakeFiles/torture_pki.dir/torture_pki.c.o3920[ 90%] Built target torture_keyfiles3921[ 91%] Building C object tests/unittests/CMakeFiles/torture_pki_rsa.dir/torture_pki_rsa.c.o3922In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:3923/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3924 148 | if(key->dsa) DSA_free(key->dsa);3925 | ^3926/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3927 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3928 | ^3929/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3930 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3931 | ^3932/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3933 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3934 | ^3935In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:3936/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3937 149 | if(key->rsa) RSA_free(key->rsa);3938 | ^3939/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3940 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3941 | ^3942/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3943 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3944 | ^3945/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3946 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3947 | ^3948In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki.c:11:3949/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]3950 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);3951 | ^3952/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here3953 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3954 | ^3955/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3956 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3957 | ^3958/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3959 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3960 | ^3961In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:3962/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]3963 148 | if(key->dsa) DSA_free(key->dsa);3964 | ^3965/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here3966 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);3967 | ^3968/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3969 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3970 | ^3971/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3972 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3973 | ^3974In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:3975/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]3976 149 | if(key->rsa) RSA_free(key->rsa);3977 | ^3978/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here3979 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);3980 | ^3981/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3982 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3983 | ^3984/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3985 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3986 | ^3987In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_rsa.c:12:3988/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]3989 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);3990 | ^3991/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here3992 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);3993 | ^3994/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'3995 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)3996 | ^3997/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'3998 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))3999 | ^40003 warnings generated.4001[ 91%] Linking C executable torture_pki4002[ 91%] Built target torture_pki40033 warnings generated.4004[ 91%] Building C object tests/unittests/CMakeFiles/torture_pki_ed25519.dir/torture_pki_ed25519.c.o4005[ 91%] Linking C executable torture_pki_rsa4006[ 91%] Built target torture_pki_rsa4007[ 92%] Building C object tests/unittests/CMakeFiles/torture_channel.dir/torture_channel.c.o4008In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:4009/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]4010 148 | if(key->dsa) DSA_free(key->dsa);4011 | ^4012/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here4013 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);4014 | ^4015/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4016 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4017 | ^4018/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4019 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4020 | ^4021In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:4022/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]4023 149 | if(key->rsa) RSA_free(key->rsa);4024 | ^4025/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here4026 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);4027 | ^4028/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4029 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4030 | ^4031/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4032 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4033 | ^4034In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ed25519.c:8:4035/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]4036 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);4037 | ^4038/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here4039 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);4040 | ^4041/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4042 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4043 | ^4044/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4045 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4046 | ^40473 warnings generated.4048[ 92%] Linking C executable torture_pki_ed255194049[ 92%] Built target torture_pki_ed255194050[ 92%] Linking C executable torture_channel4051[ 92%] Building C object tests/unittests/CMakeFiles/torture_bind_config.dir/torture_bind_config.c.o4052[ 92%] Built target torture_channel4053[ 92%] Building C object tests/unittests/CMakeFiles/torture_moduli.dir/torture_moduli.c.o4054[ 92%] Linking C executable torture_bind_config4055[ 92%] Linking C executable torture_moduli4056[ 92%] Built target torture_bind_config4057[ 93%] Building C object tests/unittests/CMakeFiles/torture_pki_dsa.dir/torture_pki_dsa.c.o4058[ 93%] Built target torture_moduli4059[ 93%] Building C object tests/unittests/CMakeFiles/torture_pki_ecdsa.dir/torture_pki_ecdsa.c.o4060In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:4061/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]4062 148 | if(key->dsa) DSA_free(key->dsa);4063 | ^4064/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here4065 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);4066 | ^4067/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4068 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4069 | ^4070/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4071 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4072 | ^4073In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:4074/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]4075 149 | if(key->rsa) RSA_free(key->rsa);4076 | ^4077/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here4078 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);4079 | ^4080/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4081 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4082 | ^4083/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4084 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4085 | ^4086In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_dsa.c:12:4087/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]4088 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);4089 | ^4090/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here4091 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);4092 | ^4093/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4094 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4095 | ^4096/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4097 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4098 | ^4099In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:4100/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]4101 148 | if(key->dsa) DSA_free(key->dsa);4102 | ^4103/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here4104 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);4105 | ^4106/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4107 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4108 | ^4109/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4110 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4111 | ^4112In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:4113/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]4114 149 | if(key->rsa) RSA_free(key->rsa);4115 | ^4116/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here4117 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);4118 | ^4119/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4120 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4121 | ^4122/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4123 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4124 | ^4125In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_pki_ecdsa.c:11:4126/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]4127 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);4128 | ^4129/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here4130 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);4131 | ^4132/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4133 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4134 | ^4135/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4136 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4137 | ^41383 warnings generated.4139[ 93%] Linking C executable torture_pki_dsa41403 warnings generated.4141[ 93%] Built target torture_pki_dsa4142[ 94%] Linking C executable torture_pki_ecdsa4143[ 94%] Building C object tests/unittests/CMakeFiles/torture_rand.dir/torture_rand.c.o4144[ 94%] Built target torture_pki_ecdsa4145[ 95%] Building C object tests/unittests/CMakeFiles/torture_threads_init.dir/torture_threads_init.c.o4146[ 96%] Linking C executable torture_rand4147[ 96%] Built target torture_rand4148[ 96%] Linking C executable torture_threads_init4149[ 96%] Building C object tests/unittests/CMakeFiles/torture_threads_buffer.dir/torture_threads_buffer.c.o4150[ 96%] Built target torture_threads_init4151[ 96%] Building C object tests/unittests/CMakeFiles/torture_threads_crypto.dir/torture_threads_crypto.c.o4152[ 97%] Linking C executable torture_threads_buffer4153[ 97%] Linking C executable torture_threads_crypto4154[ 97%] Built target torture_threads_buffer4155[ 97%] Building C object tests/unittests/CMakeFiles/torture_threads_pki_rsa.dir/torture_threads_pki_rsa.c.o4156[ 97%] Built target torture_threads_crypto4157[ 97%] Building C object tests/server/CMakeFiles/torture_server.dir/torture_server.c.o4158In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:4159/builds/libssh/libssh-mirror/src/pki.c:148:18: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]4160 148 | if(key->dsa) DSA_free(key->dsa);4161 | ^4162/usr/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here4163 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);4164 | ^4165/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4166 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4167 | ^4168/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4169 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4170 | ^4171In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:4172/builds/libssh/libssh-mirror/src/pki.c:149:18: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]4173 149 | if(key->rsa) RSA_free(key->rsa);4174 | ^4175/usr/include/openssl/rsa.h:299:1: note: 'RSA_free' has been explicitly marked deprecated here4176 299 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);4177 | ^4178/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4179 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4180 | ^4181/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4182 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4183 | ^4184In file included from /builds/libssh/libssh-mirror/tests/unittests/torture_threads_pki_rsa.c:32:4185/builds/libssh/libssh-mirror/src/pki.c:151:20: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]4186 151 | if(key->ecdsa) EC_KEY_free(key->ecdsa);4187 | ^4188/usr/include/openssl/ec.h:1006:1: note: 'EC_KEY_free' has been explicitly marked deprecated here4189 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);4190 | ^4191/usr/include/openssl/macros.h:193:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'4192 193 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)4193 | ^4194/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'4195 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))4196 | ^4197[ 97%] Linking C executable torture_server4198[ 97%] Built target torture_server41993 warnings generated.4200[ 98%] Building C object tests/server/CMakeFiles/torture_server_auth_kbdint.dir/torture_server_auth_kbdint.c.o4201[ 99%] Linking C executable torture_threads_pki_rsa4202[ 99%] Built target torture_threads_pki_rsa4203[ 99%] Building C object tests/server/CMakeFiles/torture_server_config.dir/torture_server_config.c.o4204[ 99%] Linking C executable torture_server_auth_kbdint4205[ 99%] Built target torture_server_auth_kbdint4206[100%] Linking C executable torture_server_config4207[100%] Built target torture_server_config4208scan-build: Analysis run complete.4209scan-build: Removing directory '/builds/libssh/libssh-mirror/obj/scan/2023-12-22-122443-1283-1' because it contains no reports.4210scan-build: No bugs found.4212Job succeeded