diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-11-01 02:06:53 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-11-01 02:06:53 +0000 |
commit | 7dc8d1f0fdccadcfe8fc23fce4e78ecc9088219b (patch) | |
tree | 890ee9b0d3c145be9341f438ff71e46c4eb84d66 | |
parent | bce1d5f2d8e79fc6ef012127c476a6a2b28e999b (diff) |
more additional source files
-rw-r--r-- | regress/usr.bin/ssh/unittests/authopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/authopt/Makefile b/regress/usr.bin/ssh/unittests/authopt/Makefile index 450a617d566..03c34222cb0 100644 --- a/regress/usr.bin/ssh/unittests/authopt/Makefile +++ b/regress/usr.bin/ssh/unittests/authopt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2018/03/03 03:16:17 djm Exp $ +# $OpenBSD: Makefile,v 1.2 2019/11/01 02:06:52 djm Exp $ PROG=test_authopt SRCS=tests.c @@ -12,7 +12,7 @@ SRCS+=ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c SRCS+=addrmatch.c bitmap.c SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c -SRCS+=cipher-chachapoly.c chacha.c poly1305.c +SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c SRCS+=digest-openssl.c #SRCS+=digest-libc.c |