diff options
Diffstat (limited to 'regress/unittests/authopt')
-rw-r--r-- | regress/unittests/authopt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/unittests/authopt/Makefile b/regress/unittests/authopt/Makefile index 03c34222c..dfec25174 100644 --- a/regress/unittests/authopt/Makefile +++ b/regress/unittests/authopt/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2019/11/01 02:06:52 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/11/25 10:32:35 djm Exp $ |
2 | 2 | ||
3 | PROG=test_authopt | 3 | PROG=test_authopt |
4 | SRCS=tests.c | 4 | SRCS=tests.c |
@@ -13,6 +13,7 @@ SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c | |||
13 | SRCS+=addrmatch.c bitmap.c | 13 | SRCS+=addrmatch.c bitmap.c |
14 | SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c | 14 | SRCS+=ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c |
15 | SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c | 15 | SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c |
16 | SRCS+=ssh-ed25519-sk.c sk-usbhid.c | ||
16 | 17 | ||
17 | SRCS+=digest-openssl.c | 18 | SRCS+=digest-openssl.c |
18 | #SRCS+=digest-libc.c | 19 | #SRCS+=digest-libc.c |