>>> Building on exopi-2 under net/ssldump BDEPENDS = [devel/json-c;devel/ninja;net/libnet/1.1;devel/cmake] DIST = [net/ssldump:ssldump-1.8.tar.gz] FULLPKGNAME = ssldump-1.8 RDEPENDS = [net/libnet/1.1;devel/json-c] (Junk lock obtained for exopi-2 at 1713261750.62) >>> Running depends in net/ssldump at 1713261750.66 last junk was in archivers/brotli /usr/sbin/pkg_add -aI -Drepair json-c-0.17 libnet-1.1.6v0 was: /usr/sbin/pkg_add -aI -Drepair cmake-3.28.3v1 json-c-0.17 libnet-1.1.6v0 ninja-1.12.0 /usr/sbin/pkg_add -aI -Drepair json-c-0.17 libnet-1.1.6v0 >>> Running show-prepare-results in net/ssldump at 1713261754.13 ===> net/ssldump ===> Building from scratch ssldump-1.8 ===> ssldump-1.8 depends on: cmake-* -> cmake-3.28.3v1 ===> ssldump-1.8 depends on: ninja-* -> ninja-1.12.0 ===> ssldump-1.8 depends on: json-c-* -> json-c-0.17 ===> ssldump-1.8 depends on: libnet->=1.1v0,<1.2v0 -> libnet-1.1.6v0 ===> Verifying specs: c crypto pcap ssl json-c lib/libnet-1.1/net=11 ===> found c.100.0 crypto.54.0 pcap.9.0 ssl.57.0 json-c.2.1 lib/libnet-1.1/net.11.1 cmake-3.28.3v1 json-c-0.17 libnet-1.1.6v0 ninja-1.12.0 (Junk lock released for exopi-2 at 1713261756.13) Woken up devel/harfbuzz distfiles size=188219 >>> Running build in net/ssldump at 1713261756.16 ===> net/ssldump ===> Checking files for ssldump-1.8 `/exopi-cvs/ports/distfiles/ssldump-1.8.tar.gz' is up to date. >> (SHA256) ssldump-1.8.tar.gz: OK ===> Extracting for ssldump-1.8 ===> Patching for ssldump-1.8 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 113. done ===> Applying OpenBSD patch patch-base_pcap-snoop_c_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: base/pcap-snoop.c.in |--- base/pcap-snoop.c.in.orig |+++ base/pcap-snoop.c.in -------------------------- Patching file base/pcap-snoop.c.in using Plan A... Hunk #1 succeeded at 97. Hunk #2 succeeded at 435. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for ssldump-1.8 ===> Configuring for ssldump-1.8 -- The C compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /exopi-obj/pobj/ssldump-1.8/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Found OpenSSL: /usr/lib/libcrypto.so.54.0 (found version "2.0.0") -- Found PCAP: /usr/lib/libpcap.so.9.0 -- Performing Test PCAP_LINKS_SOLO -- Performing Test PCAP_LINKS_SOLO - Success -- Looking for pcap_get_pfring_id -- Looking for pcap_get_pfring_id - not found -- Looking for pcap_dump_open_append -- Looking for pcap_dump_open_append - not found -- Found LIBNET: /usr/local/lib/libnet-1.1/libnet.so.11.1 -- Found JSONC: /usr/local/lib/libjson-c.so.2.1 -- Looking for strdup -- Looking for strdup - found -- Configuring done (9.8s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_RANLIB CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB -- Build files have been written to: /exopi-obj/pobj/ssldump-1.8/build-amd64 ===> Building for ssldump-1.8 Change Dir: '/exopi-obj/pobj/ssldump-1.8/build-amd64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/base/pcap-snoop.c.o -MF CMakeFiles/ssldump.dir/base/pcap-snoop.c.o.d -o CMakeFiles/ssldump.dir/base/pcap-snoop.c.o -c /exopi-obj/pobj/ssldump-1.8/build-amd64/base/pcap-snoop.c /exopi-obj/pobj/ssldump-1.8/build-amd64/base/pcap-snoop.c:104:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int err_exit(str,num) ^ /exopi-obj/pobj/ssldump-1.8/build-amd64/base/pcap-snoop.c:165:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void pcap_cb(ptr,hdr,data) ^ /exopi-obj/pobj/ssldump-1.8/build-amd64/base/pcap-snoop.c:314:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc,argv) ^ /exopi-obj/pobj/ssldump-1.8/build-amd64/base/pcap-snoop.c:549:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *collapse_args(argc,argv) ^ 4 warnings generated. [2/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/base/network.c.o -MF CMakeFiles/ssldump.dir/base/network.c.o.d -o CMakeFiles/ssldump.dir/base/network.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:71:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int network_handler_create(mod,handlerp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int network_handler_destroy(mod,handlerp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:110:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int network_process_packet(handler,timestamp,data,length,af) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:211:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int packet_copy(in,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:243:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int packet_destroy(p) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:254:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int timestamp_diff(t1,t0,diff) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:283:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int lookuphostname(so_st,namep) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/network.c:307:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int addrtotext(so_st,namep) ^ 8 warnings generated. [3/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/base/proto_mod.c.o -MF CMakeFiles/ssldump.dir/base/proto_mod.c.o.d -o CMakeFiles/ssldump.dir/base/proto_mod.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/proto_mod.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/proto_mod.c:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int create_proto_handler(mod,ctx,handlerp,conn,first_packet) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/proto_mod.c:77:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int destroy_proto_handler(handlerp) ^ 2 warnings generated. [4/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/base/tcppack.c.o -MF CMakeFiles/ssldump.dir/base/tcppack.c.o.d -o CMakeFiles/ssldump.dir/base/tcppack.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c:74:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int process_tcp_packet(handler,ctx,p) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c:168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int new_connection(handler,ctx,p,connp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c:230:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int process_data_segment(conn,handler,p,stream,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c:396:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int print_tcp_packet(p) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcppack.c:444:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int STRIM(_seq,s) ^ 5 warnings generated. [5/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/base/tcpconn.c.o -MF CMakeFiles/ssldump.dir/base/tcpconn.c.o.d -o CMakeFiles/ssldump.dir/base/tcpconn.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcpconn.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcpconn.c:66:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int zero_conn(conn) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcpconn.c:134:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tcp_destroy_conn(conn) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcpconn.c:196:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int free_tcp_segment_queue(seg) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base/tcpconn.c:211:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int copy_tcp_segment_queue(out,in) ^ 4 warnings generated. [6/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/null/null_analyze.c.o -MF CMakeFiles/ssldump.dir/null/null_analyze.c.o.d -o CMakeFiles/ssldump.dir/null/null_analyze.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null/null_analyze.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null/null_analyze.c:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int destroy_null_analyzer(objp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null/null_analyze.c:97:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int data_null_analyzer(_obj,seg,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null/null_analyze.c:127:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int fin_null_analyzer(_obj,p,direction) ^ 3 warnings generated. [7/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/common/lib/r_data.c.o -MF CMakeFiles/ssldump.dir/common/lib/r_data.c.o.d -o CMakeFiles/ssldump.dir/common/lib/r_data.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:51:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_create(dp,d,l) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:77:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_alloc(dp,l) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:100:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_make(dp,d,l) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:114:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_destroy(dp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:129:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_copy(dst,src) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:139:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_zfree(d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_data.c:151:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_data_compare(d1,d2) ^ 7 warnings generated. [8/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/common/lib/r_assoc.c.o -MF CMakeFiles/ssldump.dir/common/lib/r_assoc.c.o.d -o CMakeFiles/ssldump.dir/common/lib/r_assoc.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:86:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_create(assocp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:111:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_destroy(assocp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:130:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int destroy_assoc_chain(chain) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:150:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int copy_assoc_chain(newp,old) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:200:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int r_assoc_fetch_bucket(assoc,key,len,bucketp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:221:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_fetch(assoc,key,len,datap) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:240:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_insert(assoc,key,len,data,copy,destroy,how) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:295:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_copy(newp,old) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:323:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_init_iter(assoc,iter) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:347:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_iter(iter,key,keyl,val) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:389:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int r_assoc_iter_delete(iter) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_assoc.c:414:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UINT4 hash_compute(key,len,bits) ^ 12 warnings generated. [9/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/common/lib/r_errors.c.o -MF CMakeFiles/ssldump.dir/common/lib/r_errors.c.o.d -o CMakeFiles/ssldump.dir/common/lib/r_errors.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/r_errors.c [10/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/common/lib/debug.c.o -MF CMakeFiles/ssldump.dir/common/lib/debug.c.o.d -o CMakeFiles/ssldump.dir/common/lib/debug.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/debug.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib/debug.c:65:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int xdump(name,data,len) ^ 1 warning generated. [11/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/ssl_analyze.c.o -MF CMakeFiles/ssldump.dir/ssl/ssl_analyze.c.o.d -o CMakeFiles/ssldump.dir/ssl/ssl_analyze.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:165:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parse_ssl_flag(flag) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:184:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int parse_ssl_flags(str) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:217:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int create_ssl_ctx(handle,ctxp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:233:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int destroy_ssl_ctx(handle,ctxp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:295:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int destroy_ssl_analyzer(objp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:324:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int free_r_queue(q) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:333:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int create_r_queue(qp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:358:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int read_ssl_record(obj,q,seg,offset,lastp,offsetp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:425:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int read_data(q,seg,offset,lastp,offsetp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:480:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int data_ssl_analyzer(_obj,seg,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:558:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int print_ssl_header(obj,direction,q,data,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:586:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int print_ssl_record(obj,direction,q,data,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_analyze.c:617:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int close_ssl_analyzer(_obj,p,dir) ^ 13 warnings generated. [12/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/ssldecode.c.o -MF CMakeFiles/ssldump.dir/ssl/ssldecode.c.o.d -o CMakeFiles/ssldump.dir/ssl/ssldecode.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:142:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_ctx_create(dp,keyfile,pass,keylogfile) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:200:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_ctx_destroy(dp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:220:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decoder_create(dp,ctx) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:244:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decoder_destroy(dp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:270:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_set_client_random(d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:285:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_set_server_random(d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:300:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_set_client_session_id(d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:317:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_process_server_session_id(ssl,d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:362:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_process_client_session_id(ssl,d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:411:1: warning: non-void function does not return a value [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:413:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_process_change_cipher_spec(ssl,d,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:434:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_record(ssl,dec,direction,ct,version,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:496:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_update_handshake_messages(ssl,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:526:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl_create_session_lookup_key(ssl,id,idlen,keyp,keyl) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:557:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_restore_session(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:602:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_save_session(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:637:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_process_client_key_exchange(ssl,d,msg,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:713:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tls_P_hash(ssl,secret,seed,md,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:758:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tls_prf(ssl,secret,usage,rnd1,rnd2,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:816:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tls12_prf(ssl,secret,usage,rnd1,rnd2,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:864:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl3_generate_export_iv(ssl,r1,r2,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:883:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl3_prf(ssl,secret,usage,r1,r2,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:954:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl_generate_keying_material(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:1121:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int hkdf_expand_label(ssl,d,secret,label,context,length,out) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:1192:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_tls13_update_keying_material(ssl,d,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:1219:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_tls13_generate_keying_material(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:1290:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl_generate_session_hash(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssldecode.c:1348:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ssl_read_key_log_file(ssl,d) ^ 28 warnings generated. [13/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/sslprint.c.o -MF CMakeFiles/ssldump.dir/ssl/sslprint.c.o.d -o CMakeFiles/ssldump.dir/ssl/sslprint.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:62:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int process_beginning_plaintext(ssl,seg,direction) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:92:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int process_v2_hello(ssl,seg) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:216:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_switch(ssl,dtable,value,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:242:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_expand_record(ssl,q,direction,data,len) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:322:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_uintX(ssl,name,size,p,data,x) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:354:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_opaque_array(ssl,name,size,p,data,x) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:397:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_lookup_enum(ssl,dtable,val,ptr) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:414:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_enum(ssl,name,size,dtable,p,data,x) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:440:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_print_enum(ssl,name,dtable,value) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:463:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_get_enum_str(ssl,outstr,dtable,value) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:499:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int exdump(ssl,name,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:531:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int exstr(ssl,outstr,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:551:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int combodump(ssl,name,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:608:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int print_data(ssl,d) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:664:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_print_direction_indicator(ssl,dir) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:709:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_print_timestamp(ssl,ts) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:748:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_print_record_num(ssl) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslprint.c:772:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_print_cipher_suite(ssl,version,p,val) ^ 18 warnings generated. [14/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/ssl.enums.c.o -MF CMakeFiles/ssldump.dir/ssl/ssl.enums.c.o.d -o CMakeFiles/ssldump.dir/ssl/ssl.enums.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:13:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_ContentType_ChangeCipherSpec(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:38:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_ContentType_Alert(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:77:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_ContentType_Handshake(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:125:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_ContentType_application_data(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:175:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_HelloRequest(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:190:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_ClientHello(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:378:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_ServerHello(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:523:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_Certificate(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_SessionTicket(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:602:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:604:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_EncryptedExtensions(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:627:3: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:629:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_ServerKeyExchange(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:669:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_CertificateRequest(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:709:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_ServerHelloDone(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:725:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_CertificateVerify(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:749:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_ClientKeyExchange(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:792:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_Finished(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:825:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_HandshakeType_KeyUpdate(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2466:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertLevel_warning(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2477:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertLevel_fatal(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2502:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_close_notify(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2510:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_unexpected_message(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2518:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_bad_record_mac(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2526:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_decryption_failed(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2534:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_record_overflow(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2542:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_decompression_failure(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2550:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_handshake_failure(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2558:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_bad_certificate(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2566:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_unsupported_certificate(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2574:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_certificate_revoked(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2582:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_certificate_expired(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2590:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_certificate_unknown(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2598:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_illegal_parameter(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2606:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_unknown_ca(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2614:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_access_denied(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2622:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_decode_error(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2630:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_decrypt_error(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2638:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_export_restriction(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2646:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_protocol_version(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2654:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_insufficient_security(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2662:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_internal_error(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2670:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_user_canceled(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2678:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_AlertDescription_no_renegotiation(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2813:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_client_certificate_type_rsa_sign(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2821:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_client_certificate_type_dss_sign(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2829:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_client_certificate_type_rsa_fixed_dh(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2837:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_client_certificate_type_dss_fixed_dh(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2869:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_server_name(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2905:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_encrypt_then_mac(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2923:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_extended_master_secret(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2941:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:2968:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_supported_groups(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3010:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_ec_point_formats(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3047:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_supported_versions(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3065:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3073:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_client_certificate_type(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3091:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3093:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_extension_server_certificate_type(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3111:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3397:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_server_name_type_host_name(ssl,dir,seg,data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl.enums.c:3427:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int decode_server_name(ssl,dir,seg,data) ^ 62 warnings generated. [15/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/sslxprint.c.o -MF CMakeFiles/ssldump.dir/ssl/sslxprint.c.o.d -o CMakeFiles/ssldump.dir/ssl/sslxprint.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslxprint.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslxprint.c:65:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int sslx_print_certificate(ssl,data,pf) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslxprint.c:191:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int sslx_print_dn(ssl,data,pf) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslxprint.c:227:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int sslx__print_dn(ssl,x) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/sslxprint.c:249:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int sslx__print_serial(ssl,a) ^ 4 warnings generated. [16/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/ciphersuites.c.o -MF CMakeFiles/ssldump.dir/ssl/ciphersuites.c.o.d -o CMakeFiles/ssldump.dir/ssl/ciphersuites.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ciphersuites.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ciphersuites.c:236:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_find_cipher(num,cs) ^ 1 warning generated. [17/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/ssl/ssl_rec.c.o -MF CMakeFiles/ssldump.dir/ssl/ssl_rec.c.o.d -o CMakeFiles/ssldump.dir/ssl/ssl_rec.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:107:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_create_rec_decoder(dp,ssl,mk,sk,iv) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:171:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_destroy_rec_decoder(dp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:198:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tls13_update_rec_key(d,newkey,newiv) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:206:1: warning: non-void function does not return a value [-Wreturn-type] } ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:208:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tls13_decode_rec_data(ssl,d,ct,version,in,inl,out,outl) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:287:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl_decode_rec_data(ssl,d,ct,version,in,inl,out,outl) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:429:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int fmt_seq(num,buf) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:442:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tls_check_mac(d,ct,ver,data,datalen,iv,ivlen,mac) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl/ssl_rec.c:492:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ssl3_check_mac(d,ct,ver,data,datalen,mac) ^ 9 warnings generated. [18/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/pcap/logpkt.c.o -MF CMakeFiles/ssldump.dir/pcap/logpkt.c.o.d -o CMakeFiles/ssldump.dir/pcap/logpkt.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/logpkt.c [19/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/pcap/pcap_logger.c.o -MF CMakeFiles/ssldump.dir/pcap/pcap_logger.c.o.d -o CMakeFiles/ssldump.dir/pcap/pcap_logger.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/pcap_logger.c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/pcap_logger.c:32:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int init_pcap_logger(data) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/pcap_logger.c:88:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int destroy_pcap_logger(objp) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/pcap_logger.c:104:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int data_pcap_logger(_obj,data,len,dir) ^ /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/pcap_logger.c:122:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int close_pcap_logger(_obj,data,len,dir) ^ 4 warnings generated. [20/21] /exopi-obj/pobj/ssldump-1.8/bin/cc -DHAVE_STRDUP -DLINUX -DOPENSSL -D_DEFAULT_SOURCE=1 -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/include -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/common/lib -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/null -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/ssl -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/base -I/exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap -I/usr/local/include/libnet-1.1 -I/usr/local/include/json-c -O2 -pipe -DNDEBUG -MD -MT CMakeFiles/ssldump.dir/pcap/sys.c.o -MF CMakeFiles/ssldump.dir/pcap/sys.c.o.d -o CMakeFiles/ssldump.dir/pcap/sys.c.o -c /exopi-obj/pobj/ssldump-1.8/ssldump-1.8/pcap/sys.c [21/21] : && /exopi-obj/pobj/ssldump-1.8/bin/cc -O2 -pipe -DNDEBUG CMakeFiles/ssldump.dir/base/pcap-snoop.c.o CMakeFiles/ssldump.dir/base/network.c.o CMakeFiles/ssldump.dir/base/proto_mod.c.o CMakeFiles/ssldump.dir/base/tcppack.c.o CMakeFiles/ssldump.dir/base/tcpconn.c.o CMakeFiles/ssldump.dir/null/null_analyze.c.o CMakeFiles/ssldump.dir/common/lib/r_data.c.o CMakeFiles/ssldump.dir/common/lib/r_assoc.c.o CMakeFiles/ssldump.dir/common/lib/r_errors.c.o CMakeFiles/ssldump.dir/common/lib/debug.c.o CMakeFiles/ssldump.dir/ssl/ssl_analyze.c.o CMakeFiles/ssldump.dir/ssl/ssldecode.c.o CMakeFiles/ssldump.dir/ssl/sslprint.c.o CMakeFiles/ssldump.dir/ssl/ssl.enums.c.o CMakeFiles/ssldump.dir/ssl/sslxprint.c.o CMakeFiles/ssldump.dir/ssl/ciphersuites.c.o CMakeFiles/ssldump.dir/ssl/ssl_rec.c.o CMakeFiles/ssldump.dir/pcap/logpkt.c.o CMakeFiles/ssldump.dir/pcap/pcap_logger.c.o CMakeFiles/ssldump.dir/pcap/sys.c.o -o ssldump -Wl,-z,origin,-rpath,/usr/local/lib/libnet-1.1:/usr/local/lib: /usr/lib/libssl.so.57.0 /usr/lib/libcrypto.so.54.0 /usr/lib/libpcap.so.9.0 /usr/local/lib/libnet-1.1/libnet.so.11.1 /usr/local/lib/libjson-c.so.2.1 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : ssldecode.c(CMakeFiles/ssldump.dir/ssl/ssldecode.c.o:(password_cb)): warning: strcpy() is almost always misused, please use strlcpy() sslprint.c(CMakeFiles/ssldump.dir/ssl/sslprint.c.o:(ssl_decode_opaque_array)): warning: sprintf() is often misused, please use snprintf() sys.c(CMakeFiles/ssldump.dir/pcap/sys.c.o:(sys_rand16)): warning: random() may return deterministic values, is that what you want? >>> Running package in net/ssldump at 1713261774.77 ===> net/ssldump ===> Faking installation for ssldump-1.8 -- Install configuration: "Release" -- Installing: /exopi-obj/pobj/ssldump-1.8/fake-amd64/usr/local/bin/ssldump -- Set non-toolchain portion of runtime path of "/exopi-obj/pobj/ssldump-1.8/fake-amd64/usr/local/bin/ssldump" to "/usr/local/lib/libnet-1.1:/usr/local/lib" -- Installing: /exopi-obj/pobj/ssldump-1.8/fake-amd64/usr/local/man/man1/ssldump.1 ===> Building package for ssldump-1.8 Create /exopi-cvs/ports/packages/amd64/all/ssldump-1.8.tgz Creating package ssldump-1.8 reading plist| checking dependencies| checking dependencies|devel/json-c checking dependencies|net/libnet/1.1 checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************************** | 90% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/ssldump-1.8 was updated @wantlib c.99.0 -> @wantlib c.100.0 @wantlib crypto.53.0 -> @wantlib crypto.54.0 @wantlib ssl.56.0 -> @wantlib ssl.57.0 Link to /exopi-cvs/ports/packages/amd64/ftp/ssldump-1.8.tgz >>> Running clean in net/ssldump at 1713261778.35 ===> net/ssldump ===> Cleaning for ssldump-1.8 >>> Ended at 1713261778.77 max_stuck=1.85/depends=3.48/show-prepare-results=2.03/build=18.62/package=3.57/clean=0.45