diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-10-03 16:38:36 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-10-03 16:38:36 +0000 |
| commit | 4b6d416b3218ec9278480ac18e457fe7b1f5db20 (patch) | |
| tree | a61f9ce15c36d5f61f9221abd16df698ea5b7828 /secure | |
| parent | 9e15a1058d550453092ee1f77d24fc38e01aaf5f (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libssh/Makefile | 4 |
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" |
