summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-10-03 16:38:36 +0000
committerEd Maste <emaste@FreeBSD.org>2018-10-03 16:38:36 +0000
commit4b6d416b3218ec9278480ac18e457fe7b1f5db20 (patch)
treea61f9ce15c36d5f61f9221abd16df698ea5b7828 /secure
parent9e15a1058d550453092ee1f77d24fc38e01aaf5f (diff)
downloadsrc-test-4b6d416b3218ec9278480ac18e457fe7b1f5db20.tar.gz
src-test-4b6d416b3218ec9278480ac18e457fe7b1f5db20.zip
openssh: connect libressl-api-compat.c and regen config.h
Differential Revision: https://reviews.freebsd.org/D17390
Notes
Notes: svn path=/projects/openssl111/; revision=339157
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index e443228c52b52..b325fe9d32d4f 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -31,7 +31,9 @@ PACKAGE= ssh
# Portability layer
SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
- fmt_scaled.c freezero.c glob.c openssl-compat.c port-net.c \
+ fmt_scaled.c freezero.c glob.c \
+ libressl-api-compat.c \
+ openssl-compat.c port-net.c \
realpath.c recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
.if ${MK_LDNS} == "no"