Deleted Added
full compact
Makefile (194297) Makefile (195767)
1# $FreeBSD: head/secure/lib/libssh/Makefile 194297 2009-06-16 15:30:10Z jhb $
1# $FreeBSD: head/secure/lib/libssh/Makefile 195767 2009-07-19 17:25:24Z kensmith $
2
3.include <bsd.own.mk>
4
5LIB= ssh
2
3.include <bsd.own.mk>
4
5LIB= ssh
6SHLIB_MAJOR= 4
6SHLIB_MAJOR= 5
7SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
8 canohost.c channels.c cipher.c cipher-acss.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 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 \
14 monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \

--- 36 unchanged lines hidden ---
7SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
8 canohost.c channels.c cipher.c cipher-acss.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 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 \
14 monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \

--- 36 unchanged lines hidden ---