START usr.bin/ssh 2024-06-15T22:44:59Z ==== misc ==== ===> misc ===> misc/sk-dummy cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -fPIC -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/misc/sk-dummy/../../../../../usr.bin/ssh/hash.c cc -g -shared -o sk-dummy.so sk-dummy.o ed25519.o hash.o -lcrypto ==== t1 ==== ssh-keygen -if /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv tr '\n' '\r' /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv awk '{print $0 "\r"}' /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv > /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv ==== t2 ==== cat /usr/src/regress/usr.bin/ssh/rsa_openssh.prv > t2.out chmod 600 t2.out ssh-keygen -yf t2.out | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub ==== t3 ==== ssh-keygen -ef /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | ssh-keygen -if /dev/stdin | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub ==== t4 ==== ssh-keygen -E md5 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t4.ok ==== t5 ==== ssh-keygen -Bf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t5.ok ==== t6 ==== set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.prv > t6.out1 ; ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.pub > t6.out2 ; chmod 600 t6.out1 ; ssh-keygen -yf t6.out1 | diff - t6.out2 ; fi + ssh -Q key + grep -q ^ssh-dss + ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.prv + > t6.out1 + ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.pub + > t6.out2 + chmod 600 t6.out1 + ssh-keygen -yf t6.out1 + diff - t6.out2 ==== t7 ==== ssh-keygen -q -t rsa -N '' -f t7.out ; ssh-keygen -lf t7.out > /dev/null ssh-keygen -Bf t7.out > /dev/null ==== t8 ==== set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then ssh-keygen -q -t dsa -N '' -f t8.out ; fi + ssh -Q key + grep -q ^ssh-dss + ssh-keygen -q -t dsa -N -f t8.out set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then ssh-keygen -lf t8.out > /dev/null ; ssh-keygen -Bf t8.out > /dev/null ; fi + ssh -Q key + grep -q ^ssh-dss + ssh-keygen -lf t8.out + > /dev/null + ssh-keygen -Bf t8.out + > /dev/null ==== t9 ==== ssh-keygen -q -t ecdsa -N '' -f t9.out ssh-keygen -lf t9.out > /dev/null ssh-keygen -Bf t9.out > /dev/null ==== t10 ==== ssh-keygen -q -t ed25519 -N '' -f t10.out ssh-keygen -lf t10.out > /dev/null ssh-keygen -Bf t10.out > /dev/null ==== t11 ==== ssh-keygen -E sha256 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t11.ok ==== t12 ==== ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f t12.out ssh-keygen -lf t12.out.pub | grep -q test-comment-1234 ==== t-connect ==== cc -O2 -pipe -MD -MP -o timestamp /usr/src/regress/usr.bin/ssh/timestamp.c env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-connect') FAILED ==== t-proxy-connect ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proxy-connect.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-proxy-connect') FAILED ==== t-sshfp-connect ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshfp-connect.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sshfp-connect') FAILED ==== t-connect-privsep ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect-privsep.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-connect-privsep') FAILED ==== t-connect-uri ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect-uri.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-connect-uri') FAILED ==== t-proto-version ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-version.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-proto-version') FAILED ==== t-proto-mismatch ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-mismatch.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-proto-mismatch') FAILED ==== t-exit-status ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/exit-status.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-exit-status') FAILED ==== t-exit-status-signal ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/exit-status-signal.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-exit-status-signal') FAILED ==== t-envpass ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/envpass.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-envpass') FAILED ==== t-transfer ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/transfer.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-transfer') FAILED ==== t-banner ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/banner.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-banner') FAILED ==== t-rekey ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/rekey.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-rekey') FAILED ==== t-dhgex ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dhgex.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-dhgex') FAILED ==== t-stderr-data ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-data.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-stderr-data') FAILED ==== t-stderr-after-eof ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-after-eof.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-stderr-after-eof') FAILED ==== t-broken-pipe ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/broken-pipe.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-broken-pipe') FAILED ==== t-try-ciphers ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/try-ciphers.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-try-ciphers') FAILED ==== t-yes-head ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/yes-head.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-yes-head') FAILED ==== t-login-timeout ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/login-timeout.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-login-timeout') FAILED ==== t-agent ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent') FAILED ==== t-agent-getpeereid ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-getpeereid.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-getpeereid') FAILED ==== t-agent-timeout ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-timeout.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-timeout') FAILED ==== t-agent-ptrace ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-ptrace.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-ptrace') FAILED ==== t-agent-subprocess ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-subprocess.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-subprocess') FAILED ==== t-keyscan ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keyscan.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keyscan') FAILED ==== t-keygen-change ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-change.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-change') FAILED ==== t-keygen-comment ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-comment.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-comment') FAILED ==== t-keygen-convert ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-convert.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-convert') FAILED ==== t-keygen-knownhosts ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-knownhosts.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-knownhosts') FAILED ==== t-keygen-moduli ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-moduli.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-moduli') FAILED ==== t-keygen-sshfp ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-sshfp.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keygen-sshfp') FAILED ==== t-key-options ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/key-options.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-key-options') FAILED ==== t-scp ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-scp') FAILED ==== t-scp3 ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp3.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-scp3') FAILED ==== t-scp-uri ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp-uri.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-scp-uri') FAILED ==== t-sftp ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp') FAILED ==== t-sftp-chroot ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-chroot.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-chroot') FAILED ==== t-sftp-cmds ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-cmds.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-cmds') FAILED ==== t-sftp-badcmds ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-badcmds.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-badcmds') FAILED ==== t-sftp-batch ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-batch.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-batch') FAILED ==== t-sftp-glob ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-glob.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-glob') FAILED ==== t-sftp-perm ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-perm.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-perm') FAILED ==== t-sftp-uri ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-uri.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sftp-uri') FAILED ==== t-reconfigure ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reconfigure.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-reconfigure') FAILED ==== t-dynamic-forward ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dynamic-forward.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-dynamic-forward') FAILED ==== t-forwarding ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forwarding.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-forwarding') FAILED ==== t-multiplex ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multiplex.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-multiplex') FAILED ==== t-reexec ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reexec.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-reexec') FAILED ==== t-brokenkeys ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/brokenkeys.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-brokenkeys') FAILED ==== t-sshcfgparse ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshcfgparse.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sshcfgparse') FAILED ==== t-cfgparse ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgparse.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cfgparse') FAILED ==== t-cfgmatch ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgmatch.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cfgmatch') FAILED ==== t-cfgmatchlisten ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgmatchlisten.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cfgmatchlisten') FAILED ==== t-percent ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/percent.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-percent') FAILED ==== t-addrmatch ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/addrmatch.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-addrmatch') FAILED ==== t-localcommand ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/localcommand.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-localcommand') FAILED ==== t-forcecommand ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forcecommand.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-forcecommand') FAILED ==== t-portnum ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/portnum.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-portnum') FAILED ==== t-keytype ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keytype.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keytype') FAILED ==== t-kextype ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/kextype.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-kextype') FAILED ==== t-cert-hostkey ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-hostkey.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cert-hostkey') FAILED ==== t-cert-userkey ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-userkey.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cert-userkey') FAILED ==== t-host-expand ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/host-expand.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-host-expand') FAILED ==== t-keys-command ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keys-command.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-keys-command') FAILED ==== t-forward-control ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forward-control.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-forward-control') FAILED ==== t-integrity ==== cc -O2 -pipe -MD -MP -o modpipe /usr/src/regress/usr.bin/ssh/modpipe.c env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/integrity.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-integrity') FAILED ==== t-krl ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/krl.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-krl') FAILED ==== t-multipubkey ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multipubkey.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-multipubkey') FAILED ==== t-limit-keytype ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/limit-keytype.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-limit-keytype') FAILED ==== t-hostkey-agent ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-agent.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-hostkey-agent') FAILED ==== t-hostkey-rotate ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-rotate.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-hostkey-rotate') FAILED ==== t-principals-command ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/principals-command.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-principals-command') FAILED ==== t-cert-file ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-file.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cert-file') FAILED ==== t-cfginclude ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfginclude.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-cfginclude') FAILED ==== t-servcfginclude ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/servcfginclude.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-servcfginclude') FAILED ==== t-allow-deny-users ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/allow-deny-users.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-allow-deny-users') FAILED ==== t-authinfo ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/authinfo.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-authinfo') FAILED ==== t-sshsig ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshsig.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-sshsig') FAILED ==== t-knownhosts ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/knownhosts.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-knownhosts') FAILED ==== t-knownhosts-command ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/knownhosts-command.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-knownhosts-command') FAILED ==== t-agent-restrict ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-restrict.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-restrict') FAILED ==== t-hostbased ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostbased.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-hostbased') FAILED ==== t-channel-timeout ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/channel-timeout.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-channel-timeout') FAILED ==== t-connection-timeout ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connection-timeout.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-connection-timeout') FAILED ==== t-match-subsystem ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/match-subsystem.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-match-subsystem') FAILED ==== t-agent-pkcs11-restrict ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-pkcs11-restrict.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-pkcs11-restrict') FAILED ==== t-agent-pkcs11-cert ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-pkcs11-cert.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-agent-pkcs11-cert') FAILED ==== t-penalty ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/penalty.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-penalty') FAILED ==== t-penalty-expire ==== env SUDO="" "MALLOC_OPTIONS=CFGJRSUX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/penalty-expire.sh /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: line 12: Bad configuration option: PerSourcePenalties /usr/src/regress/usr.bin/ssh/obj/sshd_proxy: terminating, 1 bad configuration options FATAL: sshd_proxy broken *** Error 1 in . (Makefile:230 't-penalty-expire') FAILED ===> unittests ===> unittests/test_helper cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/test_helper.c -o test_helper.o cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/fuzz.c -o fuzz.o building standard test_helper library ranlib libtest_helper.a ===> unittests/sshbuf ==== run-regress-test_sshbuf ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fixed.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/addrmatch.c cc -g -o test_sshbuf tests.o test_sshbuf.o test_sshbuf_getput_basic.o test_sshbuf_getput_crypto.o test_sshbuf_misc.o test_sshbuf_fuzz.o test_sshbuf_getput_fuzz.o test_sshbuf_fixed.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o misc.o xmalloc.o log.o fatal.o ssherr.o cleanup.o match.o addr.o addrmatch.o -L/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_sshbuf -v -f test_sshbuf: test 0 - "allocate sshbuf": OK test 1 - "max size on fresh buffer": OK test 2 - "available on fresh buffer": OK test 3 - "len = 0 on empty buffer": OK test 4 - "set valid max size": OK test 5 - "available on limited buffer": OK test 6 - "free": OK test 7 - "consume on empty buffer": OK test 8 - "consume_end on empty buffer": OK test 9 - "reserve space": OK test 10 - "sshbuf_len on filled buffer": OK test 11 - "sshbuf_ptr on filled buffer": OK test 12 - "consume on filled buffer": OK test 13 - "consume_end on filled buffer": OK test 14 - "fill limited buffer": OK test 15 - "consume and force compaction": OK test 16 - "resize full buffer": OK test 17 - "alloc chunking": OK test 18 - "reset buffer": OK test 19 - "PEEK_U64": OK test 20 - "PEEK_U32": OK test 21 - "PEEK_U16": OK test 22 - "POKE_U64": OK test 23 - "POKE_U32": OK test 24 - "POKE_U16": OK test 25 - "sshbuf_put": OK test 26 - "sshbuf_get": OK test 27 - "sshbuf_get truncated": OK test 28 - "sshbuf_put truncated": OK test 29 - "sshbuf_get_u64": OK test 30 - "sshbuf_get_u64 truncated": OK test 31 - "sshbuf_get_u32": OK test 32 - "sshbuf_get_u32 truncated": OK test 33 - "sshbuf_get_u16": OK test 34 - "sshbuf_get_u16 truncated": OK test 35 - "sshbuf_get_u8": OK test 36 - "sshbuf_get_u8 truncated": OK test 37 - "sshbuf_put_u64": OK test 38 - "sshbuf_put_u64 exact": OK test 39 - "sshbuf_put_u64 limited": OK test 40 - "sshbuf_put_u32": OK test 41 - "sshbuf_put_u32 exact": OK test 42 - "sshbuf_put_u32 limited": OK test 43 - "sshbuf_put_u16": OK test 44 - "sshbuf_put_u16": OK test 45 - "sshbuf_put_u16 limited": OK test 46 - "sshbuf_get_string": OK test 47 - "sshbuf_get_string exact": OK test 48 - "sshbuf_get_string truncated": OK test 49 - "sshbuf_get_string giant": OK test 50 - "sshbuf_get_cstring giant": OK test 51 - "sshbuf_get_cstring embedded \0": OK test 52 - "sshbuf_get_cstring trailing \0": OK test 53 - "sshbuf_put_string": OK test 54 - "sshbuf_put_string limited": OK test 55 - "sshbuf_put_string giant": OK test 56 - "sshbuf_putf": OK test 57 - "sshbuf_putb": OK test 58 - "sshbuf_put_bignum2_bytes empty buf": OK test 59 - "sshbuf_put_bignum2_bytes all zeroes": OK test 60 - "sshbuf_put_bignum2_bytes simple": OK test 61 - "sshbuf_put_bignum2_bytes leading zero": OK test 62 - "sshbuf_put_bignum2_bytes neg": OK test 63 - "sshbuf_put_bignum2_bytes neg and leading zero": OK test 64 - "sshbuf_peek_u64": OK test 65 - "sshbuf_peek_u32": OK test 66 - "sshbuf_peek_u16": OK test 67 - "sshbuf_peek_u8": OK test 68 - "sshbuf_poke_u64": OK test 69 - "sshbuf_poke_u32": OK test 70 - "sshbuf_poke_u16": OK test 71 - "sshbuf_poke_u8": OK test 72 - "sshbuf_poke": OK test 73 - "sshbuf_put_bignum2": OK test 74 - "sshbuf_put_bignum2 limited": OK test 75 - "sshbuf_put_bignum2 bn2": OK test 76 - "sshbuf_put_bignum2 bn2 limited": OK test 77 - "sshbuf_get_bignum2": OK test 78 - "sshbuf_get_bignum2 truncated": OK test 79 - "sshbuf_get_bignum2 giant": OK test 80 - "sshbuf_get_bignum2 bn2": OK test 81 - "sshbuf_get_bignum2 bn2 truncated": OK test 82 - "sshbuf_get_bignum2 bn2 negative": OK test 83 - "sshbuf_put_ec": OK test 84 - "sshbuf_get_ec": OK test 85 - "sshbuf_dump": OK test 86 - "sshbuf_dtob16": OK test 87 - "sshbuf_dtob64_string len 1": OK test 88 - "sshbuf_dtob64_string len 2": OK test 89 - "sshbuf_dtob64_string len 3": OK test 90 - "sshbuf_dtob64_string len 8191": OK test 91 - "sshbuf_b64tod len 1": OK test 92 - "sshbuf_b64tod len 2": OK test 93 - "sshbuf_b64tod len 4": OK test 94 - "sshbuf_dup_string": OK test 95 - "sshbuf_cmp": OK test 96 - "sshbuf_find": OK test 97 - "fuzz alloc/dealloc": OK test 98 - "fuzz blob parsing": OK test 99 - "sshbuf_from": OK test 100 - "sshbuf_from data": OK test 101 - "sshbuf_fromb ": OK test 102 - "sshbuf_froms": 103 tests ok ===> unittests/sshkey ==== run-regress-test_sshkey ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_file.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/common.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/authfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cipher.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-rsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-dss.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ecdsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/mac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/umac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/umac128.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/hmac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/krl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/hash.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/cipher-chachapoly.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/chacha.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/poly1305.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/ssh-ed25519-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/sk-usbhid.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/digest-openssl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/utf8.c cc -g -o test_sshkey tests.o test_sshkey.o test_file.o test_fuzz.o common.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_sshkey -v -f -d /usr/src/regress/usr.bin/ssh/unittests/sshkey/testdata test_sshkey: test 0 - "new invalid": OK test 1 - "new/free KEY_UNSPEC": OK test 2 - "new/free KEY_RSA": OK test 3 - "new/free KEY_ECDSA": OK test 4 - "new/free KEY_ED25519": OK test 5 - "generate KEY_RSA too small modulus": OK test 6 - "generate KEY_RSA too large modulus": OK test 7 - "generate KEY_DSA wrong bits": OK test 8 - "generate KEY_ECDSA wrong bits": OK test 9 - "generate KEY_RSA": OK test 10 - "generate KEY_DSA": OK test 11 - "generate KEY_ECDSA": OK test 12 - "generate KEY_ED25519": OK test 13 - "demote KEY_RSA": OK test 14 - "equal KEY_RSA/demoted KEY_RSA": OK test 15 - "demote KEY_DSA": OK test 16 - "equal KEY_DSA/demoted KEY_DSA": OK test 17 - "demote KEY_ECDSA": OK test 18 - "equal KEY_ECDSA/demoted KEY_ECDSA": OK test 19 - "demote KEY_ED25519": OK test 20 - "equal KEY_ED25519/demoted KEY_ED25519": OK test 21 - "equal mismatched key types": OK test 22 - "equal different keys": OK test 23 - "certify key": OK test 24 - "sign and verify RSA": OK test 25 - "sign and verify RSA-SHA256": OK test 26 - "sign and verify RSA-SHA512": OK test 27 - "sign and verify DSA": OK test 28 - "sign and verify ECDSA": OK test 29 - "sign and verify ED25519": OK test 30 - "nested certificate": OK test 31 - "load passphrase": OK test 32 - "parse RSA from private": OK test 33 - "parse RSA from private w/ passphrase": OK test 34 - "parse RSA from new-format": OK test 35 - "parse RSA from new-format w/ passphrase": OK test 36 - "load RSA from public": OK test 37 - "load RSA cert with SHA1 signature": OK test 38 - "load RSA cert with SHA512 signature": OK test 39 - "load RSA cert": OK test 40 - "RSA key hex fingerprint": OK test 41 - "RSA cert hex fingerprint": OK test 42 - "RSA key bubblebabble fingerprint": OK test 43 - "parse DSA from private": OK test 44 - "parse DSA from private w/ passphrase": OK test 45 - "parse DSA from new-format": OK test 46 - "parse DSA from new-format w/ passphrase": OK test 47 - "load DSA from public": OK test 48 - "load DSA cert": OK test 49 - "DSA key hex fingerprint": OK test 50 - "DSA cert hex fingerprint": OK test 51 - "DSA key bubblebabble fingerprint": OK test 52 - "parse ECDSA from private": OK test 53 - "parse ECDSA from private w/ passphrase": OK test 54 - "parse ECDSA from new-format": OK test 55 - "parse ECDSA from new-format w/ passphrase": OK test 56 - "load ECDSA from public": OK test 57 - "load ECDSA cert": OK test 58 - "ECDSA key hex fingerprint": OK test 59 - "ECDSA cert hex fingerprint": OK test 60 - "ECDSA key bubblebabble fingerprint": OK test 61 - "parse Ed25519 from private": OK test 62 - "parse Ed25519 from private w/ passphrase": OK test 63 - "load Ed25519 from public": OK test 64 - "load Ed25519 cert": OK test 65 - "Ed25519 key hex fingerprint": OK test 66 - "Ed25519 cert hex fingerprint": OK test 67 - "Ed25519 key bubblebabble fingerprint": OK test 68 - "parse ECDSA-SK from private": OK test 69 - "parse ECDSA-SK from private w/ passphrase": OK test 70 - "load ECDSA-SK from public": OK test 71 - "load ECDSA-SK cert": OK test 72 - "ECDSA-SK key hex fingerprint": OK test 73 - "ECDSA-SK cert hex fingerprint": OK test 74 - "ECDSA-SK key bubblebabble fingerprint": OK test 75 - "parse Ed25519-SK from private": OK test 76 - "parse Ed25519-SK from private w/ passphrase": OK test 77 - "load Ed25519-SK from public": OK test 78 - "load Ed25519-SK cert": OK test 79 - "Ed25519-SK key hex fingerprint": OK test 80 - "Ed25519-SK cert hex fingerprint": OK test 81 - "Ed25519-SK key bubblebabble fingerprint": OK test 82 - "fuzz RSA private": OK test 83 - "fuzz RSA new-format private": OK test 84 - "fuzz DSA private": OK test 85 - "fuzz DSA new-format private": OK test 86 - "fuzz ECDSA private": OK test 87 - "fuzz ECDSA new-format private": OK test 88 - "fuzz Ed25519 private": OK test 89 - "fuzz RSA public": OK test 90 - "fuzz RSA cert": OK test 91 - "fuzz DSA public": OK test 92 - "fuzz DSA cert": OK test 93 - "fuzz ECDSA public": OK test 94 - "fuzz ECDSA cert": OK test 95 - "fuzz Ed25519 public": OK test 96 - "fuzz Ed25519 cert": OK test 97 - "fuzz RSA sig": OK test 98 - "fuzz RSA SHA256 sig": OK test 99 - "fuzz RSA SHA512 sig": OK test 100 - "fuzz DSA sig": OK test 101 - "fuzz ECDSA sig": OK test 102 - "fuzz Ed25519 sig": OK 103 tests ok ===> unittests/bitmap ==== run-regress-test_bitmap ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh/atomicio.c cc -g -o test_bitmap tests.o bitmap.o atomicio.o -L/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_bitmap test_bitmap: .. 2 tests ok ===> unittests/kex ==== run-regress-test_kex ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/test_kex.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/test_proposal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/authfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cipher.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-rsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-dss.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ecdsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/mac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/umac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/umac128.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/hmac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/krl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/packet.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/dispatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/canohost.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh_api.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/compat.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/hash.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/cipher-chachapoly.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/chacha.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/poly1305.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/ssh-ed25519-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sk-usbhid.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kex.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kex-names.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/dh.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexdh.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexecdh.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgex.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgexc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgexs.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexc25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/smult_curve25519_ref.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexgen.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/kexsntrup761x25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/sntrup761.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/utf8.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/digest-openssl.c cc -g -o test_kex tests.o test_kex.o test_proposal.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o packet.o dispatch.o canohost.o ssh_api.o compat.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o kex.o kex-names.o dh.o kexdh.o kexecdh.o kexgex.o kexgexc.o kexgexs.o kexc25519.o smult_curve25519_ref.o kexgen.o kexsntrup761x25519.o sntrup761.o utf8.o digest-openssl.o -L/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid -lz env MALLOC_OPTIONS=CFGJRSUX ./test_kex test_kex: ............................................................................................................................................................................................................................................................................................................................................................................................................. 398 tests ok ===> unittests/hostkeys ==== run-regress-test_hostkeys ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/authfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cipher.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-rsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-dss.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ecdsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/mac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/umac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/umac128.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hmac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/krl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hostfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/hash.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/cipher-chachapoly.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/chacha.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/poly1305.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/ssh-ed25519-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/sk-usbhid.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/digest-openssl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/utf8.c cc -g -o test_hostkeys tests.o test_iterate.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o hostfile.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_hostkeys -d /usr/src/regress/usr.bin/ssh/unittests/hostkeys/testdata test_hostkeys: .................. 18 tests ok ===> unittests/utf8 ==== run-regress-test_utf8 ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/utf8/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh/utf8.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh/atomicio.c cc -g -o test_utf8 tests.o utf8.o atomicio.o -L/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_utf8 test_utf8: .................................. 34 tests ok ===> unittests/match ==== run-regress-test_match ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/addr.c cc -g -o test_match tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o match.o misc.o log.o uidswap.o fatal.o ssherr.o addrmatch.o xmalloc.o cleanup.o atomicio.o addr.o -L/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_match test_match: ...... 6 tests ok ===> unittests/conversion ==== run-regress-test_conversion ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/conversion/../../../../../usr.bin/ssh/addrmatch.c cc -g -o test_conversion tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o atomicio.o misc.o xmalloc.o log.o uidswap.o cleanup.o fatal.o ssherr.o match.o addr.o addrmatch.o -L/usr/src/regress/usr.bin/ssh/unittests/conversion/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_conversion test_conversion: . 1 tests ok ===> unittests/authopt ==== run-regress-test_authopt ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/auth-options.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/authfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cipher.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-rsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-dss.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ecdsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/mac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/umac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/umac128.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/hmac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/krl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/hash.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/cipher-chachapoly.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/chacha.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/poly1305.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/ssh-ed25519-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/sk-usbhid.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/digest-openssl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/authopt/../../../../../usr.bin/ssh/utf8.c cc -g -o test_authopt tests.o auth-options.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/authopt/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_authopt -d /usr/src/regress/usr.bin/ssh/unittests/authopt/testdata test_authopt: .................................................................................................................................................. 146 tests ok ===> unittests/misc ==== run-regress-test_misc ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_convtime.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_expand.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_parse.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_argv.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_strdelim.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_hpdelim.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/test_ptimeout.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/misc/../../../../../usr.bin/ssh/fatal.c cc -g -o test_misc tests.o test_convtime.o test_expand.o test_parse.o test_argv.o test_strdelim.o test_hpdelim.o test_ptimeout.o sshbuf.o sshbuf-getput-basic.o sshbuf-misc.o ssherr.o log.o xmalloc.o misc.o match.o addr.o addrmatch.o atomicio.o cleanup.o fatal.o -L/usr/src/regress/usr.bin/ssh/unittests/misc/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_misc test_misc: ........................................... 43 tests ok ===> unittests/sshsig ==== run-regress-test_sshsig ==== cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/tests.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-getput-basic.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-getput-crypto.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshbuf-io.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/atomicio.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshkey.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/authfile.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cipher.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/log.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-rsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-dss.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ecdsa.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/mac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/umac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/umac128.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/hmac.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/misc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssherr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/uidswap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cleanup.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/xmalloc.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/match.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/krl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/fatal.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/addr.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/addrmatch.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/bitmap.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sshsig.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ed25519.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/hash.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/cipher-chachapoly.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/chacha.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/poly1305.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ecdsa-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/ssh-ed25519-sk.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/sk-usbhid.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/digest-openssl.c cc -O2 -pipe -g -DWITH_DSA -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wno-unused-parameter -Wold-style-definition -MD -MP -c /usr/src/regress/usr.bin/ssh/unittests/sshsig/../../../../../usr.bin/ssh/utf8.c cc -g -o test_sshsig tests.o sshbuf-getput-basic.o sshbuf-getput-crypto.o sshbuf-misc.o sshbuf.o sshbuf-io.o atomicio.o sshkey.o authfile.o cipher.o log.o ssh-rsa.o ssh-dss.o ssh-ecdsa.o ssh-ed25519.o mac.o umac.o umac128.o hmac.o misc.o ssherr.o uidswap.o cleanup.o xmalloc.o match.o krl.o fatal.o addr.o addrmatch.o bitmap.o sshsig.o ed25519.o hash.o cipher-chachapoly.o chacha.o poly1305.o ssh-ecdsa-sk.o ssh-sk.o ssh-ed25519-sk.o sk-usbhid.o digest-openssl.o utf8.o -L/usr/src/regress/usr.bin/ssh/unittests/sshsig/../test_helper/obj -ltest_helper -lutil -lcrypto -lfido2 -lcbor -lusbhid env MALLOC_OPTIONS=CFGJRSUX ./test_sshsig -v -f -d /usr/src/regress/usr.bin/ssh/unittests/sshsig/testdata test_sshsig: test 0 - "load data": OK test 1 - "check RSA signature": OK test 2 - "check DSA signature": OK test 3 - "check ECDSA signature": OK test 4 - "check ED25519 signature": OK test 5 - "check ECDSA-SK signature": OK test 6 - "check ED25519-SK signature": OK test 7 - "check ECDSA-SK webauthn signature": OK 8 tests ok ===> misc ===> misc/sk-dummy FAIL usr.bin/ssh *** Error 1 in . (Makefile:230 't-connect'), *** Error 1 in . (Makefile:230 't-proxy-connect'), *** Error 1 in . (Makefile:230 't-sshfp-connect'), *** Error 1 in . (Makefile:230 't-connect-privsep'), *** Error 1 in . (Makefile:230 't-connect-uri'), *** Error 1 in . (Makefile:230 't-proto-version'), *** Error 1 in . (Makefile:230 't-proto-mismatch'), *** Error 1 in . (Makefile:230 't-exit-status'), *** Error 1 in . (Makefile:230 't-exit-status-signal'), *** Error 1 in . (Makefile:230 't-envpass'), *** Error 1 in . (Makefile:230 't-transfer'), *** Error 1 in . (Makefile:230 't-banner'), *** Error 1 in . (Makefile:230 't-rekey'), *** Error 1 in . (Makefile:230 't-dhgex'), *** Error 1 in . (Makefile:230 't-stderr-data'), *** Error 1 in . (Makefile:230 't-stderr-after-eof'), *** Error 1 in . (Makefile:230 't-broken-pipe'), *** Error 1 in . (Makefile:230 't-try-ciphers'), *** Error 1 in . (Makefile:230 't-yes-head'), *** Error 1 in . (Makefile:230 't-login-timeout'), *** Error 1 in . (Makefile:230 't-agent'), *** Error 1 in . (Makefile:230 't-agent-getpeereid'), *** Error 1 in . (Makefile:230 't-agent-timeout'), *** Error 1 in . (Makefile:230 't-agent-ptrace'), *** Error 1 in . (Makefile:230 't-agent-subprocess'), *** Error 1 in . (Makefile:230 't-keyscan'), *** Error 1 in . (Makefile:230 't-keygen-change'), *** Error 1 in . (Makefile:230 't-keygen-comment'), *** Error 1 in . (Makefile:230 't-keygen-convert'), *** Error 1 in . (Makefile:230 't-keygen-knownhosts'), *** Error 1 in . (Makefile:230 't-keygen-moduli'), *** Error 1 in . (Makefile:230 't-keygen-sshfp'), *** Error 1 in . (Makefile:230 't-key-options'), *** Error 1 in . (Makefile:230 't-scp'), *** Error 1 in . (Makefile:230 't-scp3'), *** Error 1 in . (Makefile:230 't-scp-uri'), *** Error 1 in . (Makefile:230 't-sftp'), *** Error 1 in . (Makefile:230 't-sftp-chroot'), *** Error 1 in . (Makefile:230 't-sftp-cmds'), *** Error 1 in . (Makefile:230 't-sftp-badcmds'), *** Error 1 in . (Makefile:230 't-sftp-batch'), *** Error 1 in . (Makefile:230 't-sftp-glob'), *** Error 1 in . (Makefile:230 't-sftp-perm'), *** Error 1 in . (Makefile:230 't-sftp-uri'), *** Error 1 in . (Makefile:230 't-reconfigure'), *** Error 1 in . (Makefile:230 't-dynamic-forward'), *** Error 1 in . (Makefile:230 't-forwarding'), *** Error 1 in . (Makefile:230 't-multiplex'), *** Error 1 in . (Makefile:230 't-reexec'), *** Error 1 in . (Makefile:230 't-brokenkeys'), *** Error 1 in . (Makefile:230 't-sshcfgparse'), *** Error 1 in . (Makefile:230 't-cfgparse'), *** Error 1 in . (Makefile:230 't-cfgmatch'), *** Error 1 in . (Makefile:230 't-cfgmatchlisten'), *** Error 1 in . (Makefile:230 't-percent'), *** Error 1 in . (Makefile:230 't-addrmatch'), *** Error 1 in . (Makefile:230 't-localcommand'), *** Error 1 in . (Makefile:230 't-forcecommand'), *** Error 1 in . (Makefile:230 't-portnum'), *** Error 1 in . (Makefile:230 't-keytype'), *** Error 1 in . (Makefile:230 't-kextype'), *** Error 1 in . (Makefile:230 't-cert-hostkey'), *** Error 1 in . (Makefile:230 't-cert-userkey'), *** Error 1 in . (Makefile:230 't-host-expand'), *** Error 1 in . (Makefile:230 't-keys-command'), *** Error 1 in . (Makefile:230 't-forward-control'), *** Error 1 in . (Makefile:230 't-integrity'), *** Error 1 in . (Makefile:230 't-krl'), *** Error 1 in . (Makefile:230 't-multipubkey'), *** Error 1 in . (Makefile:230 't-limit-keytype'), *** Error 1 in . (Makefile:230 't-hostkey-agent'), *** Error 1 in . (Makefile:230 't-hostkey-rotate'), *** Error 1 in . (Makefile:230 't-principals-command'), *** Error 1 in . (Makefile:230 't-cert-file'), *** Error 1 in . (Makefile:230 't-cfginclude'), *** Error 1 in . (Makefile:230 't-servcfginclude'), *** Error 1 in . (Makefile:230 't-allow-deny-users'), *** Error 1 in . (Makefile:230 't-authinfo'), *** Error 1 in . (Makefile:230 't-sshsig'), *** Error 1 in . (Makefile:230 't-knownhosts'), *** Error 1 in . (Makefile:230 't-knownhosts-command'), *** Error 1 in . (Makefile:230 't-agent-restrict'), *** Error 1 in . (Makefile:230 't-hostbased'), *** Error 1 in . (Makefile:230 't-channel-timeout'), *** Error 1 in . (Makefile:230 't-connection-timeout'), *** Error 1 in . (Makefile:230 't-match-subsystem'), *** Error 1 in . (Makefile:230 't-agent-pkcs11-restrict'), *** Error 1 in . (Makefile:230 't-agent-pkcs11-cert'), *** Error 1 in . (Makefile:230 't-penalty'), *** Error 1 in . (Makefile:230 't-penalty-expire')