Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 592282 Details for
Bug 697072
net-analyzer/sslscan-1.11.13 - sslscan.c:827:17: error: storage size of ‘session’ isn’t known
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
sslscan-1.11.12-build.log (text/plain), 52.65 KB, created by
Thomas Beutin
on 2019-10-09 13:09:59 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Thomas Beutin
Created:
2019-10-09 13:09:59 UTC
Size:
52.65 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: net-analyzer/sslscan-1.11.12 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: graaff@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking sslscan-1.11.12-rbsec.tar.gz to /mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work >>>> Source unpacked in /mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work >>>> Preparing source in /mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work/sslscan-1.11.12-rbsec ... >>>> Source prepared. >>>> Configuring source in /mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work/sslscan-1.11.12-rbsec ... >>>> Source configured. >>>> Compiling source in /mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work/sslscan-1.11.12-rbsec ... >make -j28 >fatal: not a git repository (or any parent up to mount point /mnt/gentoo/tmp) >Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). >cc -o sslscan -Wall -Wformat=2 -Wformat-security -Wl,-O1 -Wl,--as-needed -pie -Wl,-z,relro -Wl,-z,now -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib -march=sandybridge -fomit-frame-pointer -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl -DVERSION=\"1.11.12\" sslscan.c -lssl -lcrypto -ldl >[01m[Ksslscan.c:[m[K In function â[01m[KpopulateCipherList[m[Kâ: >[01m[Ksslscan.c:198:35:[m[K [01;35m[Kwarning: [m[Kassignment discards â[01m[Kconst[m[Kâ qualifier from pointer target type [[01;35m[K-Wdiscarded-qualifiers[m[K] > sslCipherPointer->version [01;35m[K=[m[K SSL_CIPHER_get_version(sk_SSL_CIPHER_value(cipherList, loop)); > [01;35m[K^[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestCompression[m[Kâ: >[01m[Ksslscan.c:827:17:[m[K [01;31m[Kerror: [m[Kstorage size of â[01m[Ksession[m[Kâ isnât known > SSL_SESSION [01;31m[Ksession[m[K; > [01;31m[K^~~~~~~[m[K >[01m[Ksslscan.c:877:35:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KSSL_SESSION[m[Kâ {aka â[01m[Kstruct ssl_session_st[m[Kâ} > session = [01;31m[K*SSL_get_session(ssl)[m[K; > [01;31m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:881:40:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KCOMP_METHOD[m[Kâ {aka â[01m[Kstruct comp_method_st[m[Kâ} > if (COMP_zlib()[01;31m[K->[m[Ktype != NID_undef) > [01;31m[K^~[m[K >[01m[Ksslscan.c:827:17:[m[K [01;35m[Kwarning: [m[Kunused variable â[01m[Ksession[m[Kâ [[01;35m[K-Wunused-variable[m[K] > SSL_SESSION [01;35m[Ksession[m[K; > [01;35m[K^~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestFallback[m[Kâ: >[01m[Ksslscan.c:1024:37:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsecondMethod[m[K = TLSv1_1_client_method(); > [01;35m[K^~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1028:37:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsecondMethod[m[K = TLSv1_client_method(); > [01;35m[K^~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestRenegotiation[m[Kâ: >[01m[Ksslscan.c:1192:28:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KSSL[m[Kâ {aka â[01m[Kstruct ssl_st[m[Kâ} > ssl[01;31m[K->[m[Ks3->flags |= SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION; > [01;31m[K^~[m[K >[01m[Ksslscan.c:1229:59:[m[K [01;31m[Kerror: [m[Kâ[01m[KSSL_ST_OK[m[Kâ undeclared (first use in this function); did you mean â[01m[KTLS_ST_OK[m[Kâ? > if (SSL_get_state(ssl) == [01;31m[KSSL_ST_OK[m[K) > [01;31m[K^~~~~~~~~[m[K > [32m[KTLS_ST_OK[m[K >[01m[Ksslscan.c:1229:59:[m[K [01;36m[Knote: [m[Keach undeclared identifier is reported only once for each function it appears in >[01m[Ksslscan.c:[m[K In function â[01m[KprintableSslMethod[m[Kâ: >[01m[Ksslscan.c:1307:22:[m[K [01;35m[Kwarning: [m[Kimplicit declaration of function â[01m[KSSLv2_client_method[m[Kâ; did you mean â[01m[KSSLv23_client_method[m[Kâ? [[01;35m[K-Wimplicit-function-declaration[m[K] > if (sslMethod == [01;35m[KSSLv2_client_method[m[K()) > [01;35m[K^~~~~~~~~~~~~~~~~~~[m[K > [32m[KSSLv23_client_method[m[K >[01m[Ksslscan.c:1307:19:[m[K [01;35m[Kwarning: [m[Kcomparison between pointer and integer > if (sslMethod [01;35m[K==[m[K SSLv2_client_method()) > [01;35m[K^~[m[K >[01m[Ksslscan.c:1314:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kif[m[K (sslMethod == TLSv1_client_method()) > [01;35m[K^~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1317:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kif[m[K (sslMethod == TLSv1_1_client_method()) > [01;35m[K^~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1319:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kif[m[K (sslMethod == TLSv1_2_client_method()) > [01;35m[K^~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestHeartbleed[m[Kâ: >[01m[Ksslscan.c:1343:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kif[m[K (sslMethod == TLSv1_client_method()) > [01;35m[K^~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1348:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kelse[m[K if (sslMethod == TLSv1_1_client_method()) > [01;35m[K^~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1352:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kelse[m[K if (sslMethod == TLSv1_2_client_method()) > [01;35m[K^~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1364:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kif[m[K (sslMethod == TLSv1_client_method()) > [01;35m[K^~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1369:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kelse[m[K if (sslMethod == TLSv1_1_client_method()) > [01;35m[K^~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1373:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kelse[m[K if (sslMethod == TLSv1_2_client_method()) > [01;35m[K^~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestCipher[m[Kâ: >[01m[Ksslscan.c:1530:9:[m[K [01;35m[Kwarning: [m[Kimplicit declaration of function â[01m[Kgettimeofday[m[Kâ [[01;35m[K-Wimplicit-function-declaration[m[K] > [01;35m[Kgettimeofday[m[K(&tval_start, NULL); > [01;35m[K^~~~~~~~~~~~[m[K >In file included from [01m[Ksslscan.c:117[m[K: >[01m[Ksslscan.c:1693:96:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KSSL_CIPHER[m[Kâ {aka â[01m[Kconst struct ssl_cipher_st[m[Kâ} > printf_xml(" bits=\"%d\" cipher=\"%s\" id=\"%s\"", cipherbits, sslCipherPointer[01;31m[K->[m[Kname, hexCipherId); > [01;31m[K^~[m[K >[01m[Ksslscan.h:62:99:[m[K [01;36m[Knote: [m[Kin definition of macro â[01m[Kprintf_xml[m[Kâ > #define printf_xml(format, ...) if (options->xmlOutput) fprintf(options->xmlOutput, format, ##[01;36m[K__VA_ARGS__[m[K) > [01;36m[K^~~~~~~~~~~[m[K >[01m[Ksslscan.c:1729:21:[m[K [01;35m[Kwarning: [m[Kimplicit declaration of function â[01m[Ktimersub[m[Kâ; did you mean â[01m[Ktimegm[m[Kâ? [[01;35m[K-Wimplicit-function-declaration[m[K] > [01;35m[Ktimersub[m[K(&tval_end, &tval_start, &tval_elapsed); > [01;35m[K^~~~~~~~[m[K > [32m[Ktimegm[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KcheckCertificate[m[Kâ: >[01m[Ksslscan.c:1897:99:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KX509[m[Kâ {aka â[01m[Kstruct x509_st[m[Kâ} > i2t_ASN1_OBJECT(certAlgorithm, sizeof(certAlgorithm), x509Cert[01;31m[K->[m[Kcert_info->signature->algorithm); > [01;31m[K^~[m[K >[01m[Ksslscan.c:1931:58:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KEVP_PKEY[m[Kâ {aka â[01m[Kstruct evp_pkey_st[m[Kâ} > switch (publicKey[01;31m[K->[m[Ktype) > [01;31m[K^~[m[K >[01m[Ksslscan.c:2019:41:[m[K [01;35m[Kwarning: [m[Kâ[01m[KASN1_STRING_data[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Ksubject[m[K = (char *) ASN1_STRING_data(d); > [01;35m[K^~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/asn1.h:554:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2037:53:[m[K [01;35m[Kwarning: [m[Kimplicit declaration of function â[01m[KM_ASN1_OCTET_STRING_print[m[Kâ; did you mean â[01m[KASN1_OCTET_STRING_set[m[Kâ? [[01;35m[K-Wimplicit-function-declaration[m[K] > [01;35m[KM_ASN1_OCTET_STRING_print[m[K(stdoutBIO, extension->value); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~[m[K > [32m[KASN1_OCTET_STRING_set[m[K >[01m[Ksslscan.c:2037:99:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KX509_EXTENSION[m[Kâ {aka â[01m[Kstruct X509_extension_st[m[Kâ} > M_ASN1_OCTET_STRING_print(stdoutBIO, extension[01;31m[K->[m[Kvalue); > [01;31m[K^~[m[K >[01m[Ksslscan.c:2068:41:[m[K [01;35m[Kwarning: [m[Kâ[01m[KASN1_STRING_data[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kissuer[m[K = (char *) ASN1_STRING_data(d); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/asn1.h:554:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KocspRequest[m[Kâ: >[01m[Ksslscan.c:2225:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1883:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2229:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_2_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1889:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2235:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1877:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[Kocsp_resp_cb[m[Kâ: >[01m[Ksslscan.c:2369:29:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_RESPONSE[m[Kâ {aka â[01m[Kstruct ocsp_response_st[m[Kâ} > OCSP_RESPBYTES *rb = rsp[01;31m[K->[m[KresponseBytes; > [01;31m[K^~[m[K >[01m[Ksslscan.c:2380:27:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_RESPBYTES[m[Kâ {aka â[01m[Kstruct ocsp_resp_bytes_st[m[Kâ} > i = ASN1_STRING_length(rb[01;31m[K->[m[Kresponse); > [01;31m[K^~[m[K >[01m[Ksslscan.c:2383:9:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_BASICRESP[m[Kâ {aka â[01m[Kstruct ocsp_basic_response_st[m[Kâ} > rd = br[01;31m[K->[m[KtbsResponseData; > [01;31m[K^~[m[K >[01m[Ksslscan.c:2384:25:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_RESPDATA[m[Kâ {aka â[01m[Kstruct ocsp_response_data_st[m[Kâ} > l = ASN1_INTEGER_get(rd[01;31m[K->[m[Kversion); > [01;31m[K^~[m[K >[01m[Ksslscan.c:2390:13:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_RESPID[m[Kâ {aka â[01m[Kstruct ocsp_responder_id_st[m[Kâ} > switch (rid[01;31m[K->[m[Ktype){ > [01;31m[K^~[m[K >[01m[Ksslscan.c:2410:21:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_SINGLERESP[m[Kâ {aka â[01m[Kstruct ocsp_single_response_st[m[Kâ} > cid = single[01;31m[K->[m[KcertId; > [01;31m[K^~[m[K >[01m[Ksslscan.c:2414:16:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_CERTSTATUS[m[Kâ {aka â[01m[Kstruct ocsp_cert_status_st[m[Kâ} > if (cst[01;31m[K->[m[Ktype == V_OCSP_CERTSTATUS_GOOD) > [01;31m[K^~[m[K >[01m[Ksslscan.c:2431:57:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_REVOKEDINFO[m[Kâ {aka â[01m[Kstruct ocsp_revoked_info_st[m[Kâ} > if (!ASN1_GENERALIZEDTIME_print(bio_out, rev[01;31m[K->[m[KrevocationTime)) > [01;31m[K^~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[Kocsp_certid_print[m[Kâ: >[01m[Ksslscan.c:2451:26:[m[K [01;31m[Kerror: [m[Kdereferencing pointer to incomplete type â[01m[KOCSP_CERTID[m[Kâ {aka â[01m[Kstruct ocsp_cert_id_st[m[Kâ} > i2a_ASN1_OBJECT(bp, a[01;31m[K->[m[KhashAlgorithm->algorithm); > [01;31m[K^~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KshowCertificate[m[Kâ: >[01m[Ksslscan.c:2497:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1883:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2501:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_2_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1889:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2507:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1877:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KshowTrustedCAs[m[Kâ: >[01m[Ksslscan.c:2940:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1883:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2944:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_2_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1889:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:2950:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KsslMethod[m[K = TLSv1_method(); > [01;35m[K^~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1877:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KtestHost[m[Kâ: >[01m[Ksslscan.c:3205:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3206:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3208:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3213:45:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KpopulateCipherList[m[Kâ makes pointer from integer without a cast [[01;35m[K-Wint-conversion[m[K] > populateCipherList(options, [01;35m[KSSLv2_client_method()[m[K); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:155:75:[m[K [01;36m[Knote: [m[Kexpected â[01m[Kconst SSL_METHOD *[m[Kâ {aka â[01m[Kconst struct ssl_method_st *[m[Kâ} but argument is of type â[01m[Kint[m[Kâ > int populateCipherList(struct sslCheckOptions *options, [01;36m[Kconst SSL_METHOD *sslMethod[m[K) > [01;36m[K~~~~~~~~~~~~~~~~~~^~~~~~~~~[m[K >[01m[Ksslscan.c:3218:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3219:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3221:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3225:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3228:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3232:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KpopulateCipherList[m[K(options, TLSv1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3241:45:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KpopulateCipherList[m[Kâ makes pointer from integer without a cast [[01;35m[K-Wint-conversion[m[K] > populateCipherList(options, [01;35m[KSSLv2_client_method()[m[K); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:155:75:[m[K [01;36m[Knote: [m[Kexpected â[01m[Kconst SSL_METHOD *[m[Kâ {aka â[01m[Kconst struct ssl_method_st *[m[Kâ} but argument is of type â[01m[Kint[m[Kâ > int populateCipherList(struct sslCheckOptions *options, [01;36m[Kconst SSL_METHOD *sslMethod[m[K) > [01;36m[K~~~~~~~~~~~~~~~~~~^~~~~~~~~[m[K >[01m[Ksslscan.c:3269:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KtestRenegotiation[m[K(options, TLSv1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3275:9:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[KtestCompression[m[K(options, TLSv1_client_method()); > [01;35m[K^~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3285:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testHeartbleed(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3290:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testHeartbleed(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3296:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testHeartbleed(options, TLSv1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3324:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3326:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3329:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3336:59:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KtestProtocolCiphers[m[Kâ makes pointer from integer without a cast [[01;35m[K-Wint-conversion[m[K] > status = testProtocolCiphers(options, [01;35m[KSSLv2_client_method()[m[K); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3137:76:[m[K [01;36m[Knote: [m[Kexpected â[01m[Kconst SSL_METHOD *[m[Kâ {aka â[01m[Kconst struct ssl_method_st *[m[Kâ} but argument is of type â[01m[Kint[m[Kâ > int testProtocolCiphers(struct sslCheckOptions *options, [01;36m[Kconst SSL_METHOD *sslMethod[m[K) > [01;36m[K~~~~~~~~~~~~~~~~~~^~~~~~~~~[m[K >[01m[Ksslscan.c:3341:55:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KtestProtocolCiphers[m[Kâ makes pointer from integer without a cast [[01;35m[K-Wint-conversion[m[K] > status = testProtocolCiphers(options, [01;35m[KSSLv2_client_method()[m[K); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3137:76:[m[K [01;36m[Knote: [m[Kexpected â[01m[Kconst SSL_METHOD *[m[Kâ {aka â[01m[Kconst struct ssl_method_st *[m[Kâ} but argument is of type â[01m[Kint[m[Kâ > int testProtocolCiphers(struct sslCheckOptions *options, [01;36m[Kconst SSL_METHOD *sslMethod[m[K) > [01;36m[K~~~~~~~~~~~~~~~~~~^~~~~~~~~[m[K >[01m[Ksslscan.c:3352:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3354:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3357:21:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3360:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3364:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3367:17:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = testProtocolCiphers(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3385:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_2_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = checkCertificateProtocol(options, TLSv1_2_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1891:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3388:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = checkCertificateProtocol(options, TLSv1_1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1885:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3391:13:[m[K [01;35m[Kwarning: [m[Kâ[01m[KTLSv1_client_method[m[Kâ is deprecated [[01;35m[K-Wdeprecated-declarations[m[K] > [01;35m[Kstatus[m[K = checkCertificateProtocol(options, TLSv1_client_method()); > [01;35m[K^~~~~~[m[K >In file included from [01m[K/usr/include/openssl/opensslconf.h:10[m[K, > from [01m[K/usr/include/openssl/e_os2.h:13[m[K, > from [01m[K/usr/include/openssl/err.h:13[m[K, > from [01m[Ksslscan.c:94[m[K: >[01m[K/usr/include/openssl/ssl.h:1879:1:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[KDEPRECATEDIN_1_1_0[m[K(__owur const SSL_METHOD *TLSv1_client_method(void)) > [01;36m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:3398:56:[m[K [01;35m[Kwarning: [m[Kpassing argument 2 of â[01m[KcheckCertificateProtocol[m[Kâ makes pointer from integer without a cast [[01;35m[K-Wint-conversion[m[K] > status = checkCertificateProtocol(options, [01;35m[KSSLv2_client_method()[m[K); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Ksslscan.c:1772:81:[m[K [01;36m[Knote: [m[Kexpected â[01m[Kconst SSL_METHOD *[m[Kâ {aka â[01m[Kconst struct ssl_method_st *[m[Kâ} but argument is of type â[01m[Kint[m[Kâ > int checkCertificateProtocol(struct sslCheckOptions *options, [01;36m[Kconst SSL_METHOD *sslMethod[m[K) > [01;36m[K~~~~~~~~~~~~~~~~~~^~~~~~~~~[m[K >[01m[Ksslscan.c:[m[K In function â[01m[Kmain[m[Kâ: >[01m[Ksslscan.c:3769:62:[m[K [01;35m[Kwarning: [m[Kargument to â[01m[Ksizeof[m[Kâ in â[01m[Kstrncpy[m[Kâ call is the same expression as the source; did you mean to use the size of the destination? [[01;35m[K-Wsizeof-pointer-memaccess[m[K] > strncpy(options.sniname, options.host, sizeof[01;35m[K([m[Koptions.host)); > [01;35m[K^[m[K >[01m[Ksslscan.c:3958:13:[m[K [01;35m[Kwarning: [m[Kimplicit declaration of function â[01m[KSSLeay_add_all_algorithms[m[Kâ; did you mean â[01m[KSSLeay_add_ssl_algorithms[m[Kâ? [[01;35m[K-Wimplicit-function-declaration[m[K] > [01;35m[KSSLeay_add_all_algorithms[m[K(); > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~[m[K > [32m[KSSLeay_add_ssl_algorithms[m[K >[01m[Ksslscan.c:[m[K In function â[01m[KreadLine[m[Kâ: >[01m[Ksslscan.c:220:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfgets[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kfgets(lineFromFile, maxSize, input)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >make: *** [Makefile:91: sslscan] Error 1 > [31;01m*[0m ERROR: net-analyzer/sslscan-1.11.12::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=net-analyzer/sslscan-1.11.12::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-analyzer/sslscan-1.11.12::gentoo'`. > [31;01m*[0m The complete build log is located at '/mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/temp/environment'. > [31;01m*[0m Working directory: '/mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work/sslscan-1.11.12-rbsec' > [31;01m*[0m S: '/mnt/gentoo/tmp/portage/net-analyzer/sslscan-1.11.12/work/sslscan-1.11.12-rbsec'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 697072
:
592282
|
592284