Deleted Added
full compact
Makefile (247515) Makefile (251135)
1# $FreeBSD: stable/9/secure/lib/libssh/Makefile 247515 2013-03-01 01:02:26Z des $
1# $FreeBSD: stable/9/secure/lib/libssh/Makefile 251135 2013-05-30 12:25:58Z des $
2
3.include <bsd.own.mk>
4
5LIB= ssh
6SHLIB_MAJOR= 5
2
3.include <bsd.own.mk>
4
5LIB= ssh
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 \
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 \
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 \
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 \
14 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
15 kexdh.c kexgex.c kexdhc.c kexgexc.c bufec.c kexecdh.c kexecdhc.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-ecdsa.c ssh-rsa.c dh.c \
15 kexdh.c kexgex.c kexdhc.c kexgexc.c bufec.c kexecdh.c kexecdhc.c \
16 msg.c progressmeter.c dns.c entropy.c umac.c jpake.c \
16 msg.c progressmeter.c dns.c entropy.c umac.c umac128.c jpake.c \
17 schnorr.c ssh-pkcs11.c
18
19# gss-genr.c should be in $SRCS but causes linking problems, so it is
20# compiled directly into sshd instead.
21
22# Portability layer
23SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c glob.c \
24 openssl-compat.c port-tun.c strtonum.c timingsafe_bcmp.c \

--- 30 unchanged lines hidden ---
17 schnorr.c ssh-pkcs11.c
18
19# gss-genr.c should be in $SRCS but causes linking problems, so it is
20# compiled directly into sshd instead.
21
22# Portability layer
23SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c glob.c \
24 openssl-compat.c port-tun.c strtonum.c timingsafe_bcmp.c \

--- 30 unchanged lines hidden ---