File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.2 2019/11/29 00:13:29 djm Exp $
1
+ # $OpenBSD: Makefile,v 1.3 2023/01/15 23:35:10 djm Exp $
2
2
3
3
.include <bsd.own.mk>
4
4
.include <bsd.obj.mk>
@@ -11,7 +11,7 @@ SSHREL=../../../../../usr.bin/ssh
11
11
12
12
SRCS =sk-dummy.c
13
13
# From usr.bin/ssh
14
- SRCS+ =ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
14
+ SRCS+ =ed25519.c hash.c
15
15
OPENSSL? = yes
16
16
17
17
CFLAGS+ = -fPIC
Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.6 2021 /01/09 12:24:30 dtucker Exp $
1
+ # $OpenBSD: Makefile,v 1.7 2023 /01/15 23:35:10 djm Exp $
2
2
3
3
PROG =test_authopt
4
4
SRCS =tests.c
@@ -11,7 +11,7 @@ SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
11
11
SRCS+ =ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
12
12
SRCS+ =ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
13
13
SRCS+ =addr.c addrmatch.c bitmap.c
14
- SRCS+ =ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
14
+ SRCS+ =ed25519.c hash.c
15
15
SRCS+ =cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
16
16
SRCS+ =ssh-ed25519-sk.c sk-usbhid.c
17
17
Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.9 2021 /01/09 12:24:30 dtucker Exp $
1
+ # $OpenBSD: Makefile,v 1.10 2023 /01/15 23:35:10 djm Exp $
2
2
3
3
PROG =test_hostkeys
4
4
SRCS =tests.c test_iterate.c
@@ -9,7 +9,7 @@ SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9
9
SRCS+ =ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10
10
SRCS+ =ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11
11
SRCS+ =addr.c addrmatch.c bitmap.c hostfile.c
12
- SRCS+ =ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
12
+ SRCS+ =ed25519.c hash.c
13
13
SRCS+ =cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14
14
SRCS+ =ssh-ed25519-sk.c sk-usbhid.c
15
15
Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.12 2021 /01/09 12:24:30 dtucker Exp $
1
+ # $OpenBSD: Makefile,v 1.13 2023 /01/15 23:35:10 djm Exp $
2
2
3
3
PROG =test_kex
4
4
SRCS =tests.c test_kex.c
@@ -9,7 +9,7 @@ SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9
9
SRCS+ =ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10
10
SRCS+ =ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11
11
SRCS+ =addr.c addrmatch.c bitmap.c packet.c dispatch.c canohost.c ssh_api.c
12
- SRCS+ =compat.c ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
12
+ SRCS+ =compat.c ed25519.c hash.c
13
13
SRCS+ =cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14
14
SRCS+ =ssh-ed25519-sk.c sk-usbhid.c
15
15
Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.11 2021 /01/09 12:24:31 dtucker Exp $
1
+ # $OpenBSD: Makefile,v 1.12 2023 /01/15 23:35:10 djm Exp $
2
2
3
3
PROG =test_sshkey
4
4
SRCS =tests.c test_sshkey.c test_file.c test_fuzz.c common.c
@@ -9,7 +9,7 @@ SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9
9
SRCS+ =ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10
10
SRCS+ =ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11
11
SRCS+ =addr.c addrmatch.c bitmap.c
12
- SRCS+ =ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
12
+ SRCS+ =ed25519.c hash.c
13
13
SRCS+ =cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14
14
SRCS+ =ssh-ed25519-sk.c sk-usbhid.c
15
15
Original file line number Diff line number Diff line change 1
- # $OpenBSD: Makefile,v 1.2 2021 /01/09 12:24:31 dtucker Exp $
1
+ # $OpenBSD: Makefile,v 1.3 2023 /01/15 23:35:10 djm Exp $
2
2
3
3
PROG =test_sshsig
4
4
SRCS =tests.c
@@ -9,7 +9,7 @@ SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9
9
SRCS+ =ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10
10
SRCS+ =ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11
11
SRCS+ =addr.c addrmatch.c bitmap.c sshsig.c
12
- SRCS+ =ed25519.c hash.c ge25519.c fe25519.c sc25519.c verify.c
12
+ SRCS+ =ed25519.c hash.c
13
13
SRCS+ =cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14
14
SRCS+ =ssh-ed25519-sk.c sk-usbhid.c
15
15
You can’t perform that action at this time.
0 commit comments