003 File Manager
Current Path:
/usr/src/crypto/openssh/regress/unittests/sshbuf
usr
/
src
/
crypto
/
openssh
/
regress
/
unittests
/
sshbuf
/
📁
..
📄
Makefile
(481 B)
📄
test_sshbuf.c
(6.31 KB)
📄
test_sshbuf_fixed.c
(3.8 KB)
📄
test_sshbuf_fuzz.c
(3.26 KB)
📄
test_sshbuf_getput_basic.c
(13.75 KB)
📄
test_sshbuf_getput_crypto.c
(11.85 KB)
📄
test_sshbuf_getput_fuzz.c
(2.95 KB)
📄
test_sshbuf_misc.c
(3.95 KB)
📄
tests.c
(598 B)
Editing: Makefile
# $OpenBSD: Makefile,v 1.6 2017/12/21 00:41:22 djm Exp $ .include <bsd.regress.mk> PROG=test_sshbuf SRCS=tests.c SRCS+=test_sshbuf.c SRCS+=test_sshbuf_getput_basic.c SRCS+=test_sshbuf_getput_crypto.c SRCS+=test_sshbuf_misc.c SRCS+=test_sshbuf_fuzz.c SRCS+=test_sshbuf_getput_fuzz.c SRCS+=test_sshbuf_fixed.c # From usr.bin/ssh SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c SRCS+=atomicio.c run-regress-${PROG}: ${PROG} env ${TEST_ENV} ./${PROG}
Upload File
Create Folder