diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-01-26 01:09:50 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-28 02:50:38 +0100 |
commit | 1e1db0544fdd788e2e3fc21d972a7ccb7de6b4ae (patch) | |
tree | 9768d63c5e8d70d048b3c5b0cc8c61781c48e712 | |
parent | Move definition of UINT32_MAX. (diff) | |
download | openssh-1e1db0544fdd788e2e3fc21d972a7ccb7de6b4ae.tar.xz openssh-1e1db0544fdd788e2e3fc21d972a7ccb7de6b4ae.zip |
upstream: unbreak unittests for recent API / source file changes
OpenBSD-Regress-ID: 075a899a01bbf7781d38bf0b33d8366faaf6d3c0
Diffstat (limited to '')
-rw-r--r-- | regress/unittests/sshbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/sshbuf/Makefile b/regress/unittests/sshbuf/Makefile index 388cb5a78..5f6c4426a 100644 --- a/regress/unittests/sshbuf/Makefile +++ b/regress/unittests/sshbuf/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.8 2020/01/26 00:09:50 djm Exp $ -.include <bsd.regress.mk> +# $OpenBSD: Makefile,v 1.8 2020/01/26 00:09:50 djm Exp $ PROG=test_sshbuf SRCS=tests.c |