Deleted Added
full compact
Makefile (248619) Makefile (255386)
1# $FreeBSD: head/secure/lib/libssh/Makefile 248619 2013-03-22 17:55:38Z des $
1# $FreeBSD: head/secure/lib/libssh/Makefile 255386 2013-09-08 10:04:26Z des $
2
3.include <bsd.own.mk>
4
5LIB= ssh
2
3.include <bsd.own.mk>
4
5LIB= ssh
6PRIVATELIB= true
6SHLIB_MAJOR= 5
7SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \
8 canohost.c channels.c cipher.c cipher-aes.c \
9 cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
10 compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
11 krl.c log.c match.c md-sha256.c moduli.c nchan.c packet.c \
12 readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
13 atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \

--- 41 unchanged lines hidden ---
7SHLIB_MAJOR= 5
8SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \
9 canohost.c channels.c cipher.c cipher-aes.c \
10 cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
11 compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
12 krl.c log.c match.c md-sha256.c moduli.c nchan.c packet.c \
13 readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
14 atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \

--- 41 unchanged lines hidden ---