View | Details | Raw Unified | Return to bug 258384
Collapse All | Expand All

(-)b/secure/lib/libssh/Makefile (-1 / +2 lines)
Lines 5-11 Link Here
5
LIB=	ssh
5
LIB=	ssh
6
PRIVATELIB=	true
6
PRIVATELIB=	true
7
SHLIB_MAJOR=	5
7
SHLIB_MAJOR=	5
8
SRCS=	ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
8
SRCS=	ssh_api.c ssh-sk.c ssh-ecdsa-sk.c ssh-ed25519-sk.c ssherr.c \
9
	sshbuf.c sshkey.c sshbuf-getput-basic.c \
9
	sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
10
	sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
10
SRCS+=	authfd.c authfile.c \
11
SRCS+=	authfd.c authfile.c \
11
	canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
12
	canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \

Return to bug 258384