[Midnightbsd-cvs] src: Makefile: re-add openssl compat
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jan 10 17:20:18 EST 2009
Log Message:
-----------
re-add openssl compat
Modified Files:
--------------
src/secure/lib/libssh:
Makefile (r1.9 -> r1.10)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/lib/libssh/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L secure/lib/libssh/Makefile -L secure/lib/libssh/Makefile -u -r1.9 -r1.10
--- secure/lib/libssh/Makefile
+++ secure/lib/libssh/Makefile
@@ -10,17 +10,17 @@
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
log.c match.c md-sha256.c moduli.c nchan.c packet.c \
- readpass.c rsa.c ttymodes.c xmalloc.c umac.c \
+ readpass.c rsa.c ttymodes.c xmalloc.c \
atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \
kexgex.c kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \
- entropy.c scard-opensc.c
+ entropy.c scard-opensc.c umac.c
# gss-genr.c should be in $SRCS but causes linking problems, so it is
# compiled directly into sshd instead.
# Portability layer
-SRCS+= bsd-closefrom.c bsd-misc.c getrrsetbyname.c \
+SRCS+= bsd-closefrom.c bsd-misc.c getrrsetbyname.c openssl-compat.c \
port-tun.c vis.c xcrypt.c xmmap.c
# MidnightBSD additions
SRCS+= version.c
More information about the Midnightbsd-cvs
mailing list