* Package: dev-util/skipfish-2.10_beta * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/dev-util/skipfish-2.10_beta/work >>> Preparing source in /var/tmp/portage/dev-util/skipfish-2.10_beta/work/skipfish-2.10_beta ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/skipfish-2.10_beta/work/skipfish-2.10_beta ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/skipfish-2.10_beta/work/skipfish-2.10_beta ... make -j1 x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L/usr/local/lib/ -L/opt/local/lib src/skipfish.c -o skipfish \ -Wno-format -Wall -funsigned-char -I/usr/local/include/ -I/opt/local/include/ -O2 -pipe -march=native -DVERSION=\"2.10b\" src/http_client.c src/database.c src/crawler.c src/analysis.c src/report.c src/checks.c src/signatures.c src/auth.c src/options.c -lcrypto -lssl -lidn -lz -lpcre src/http_client.c: In function ‘check_ssl’: src/http_client.c:1965:10: error: dereferencing pointer to incomplete type ‘SSL_CIPHER’ {aka ‘const struct ssl_cipher_st’} if(!(cp->algo_strength & SSL_MEDIUM) && !(cp->algo_strength & SSL_HIGH)) ^~ src/http_client.c:1982:34: error: dereferencing pointer to incomplete type ‘X509’ {aka ‘struct x509_st’} if (ASN1_UTCTIME_cmp_time_t(p->cert_info->validity->notBefore, cur_time) ^~ src/http_client.c:2027:11: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] buf = (char*)ASN1_STRING_data(name->d.dNSName); ^~~ In file included from /usr/include/openssl/opensslconf.h:10, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:45, from src/http_client.c:37: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ src/report.c: In function ‘collect_samples’: src/report.c:447:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for (i=0;i