summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--regress/usr.bin/ssh/unittests/authopt/Makefile4
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