summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/Makefile.inc
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2018-07-09 21:56:07 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2018-07-09 21:56:07 +0000
commit8b0de98bae40cba74a5f4788c03b6ec790bfb090 (patch)
treec53774818d3007ef40df02fa65182e21ffa3c9cc /usr.bin/ssh/Makefile.inc
parent9a622a3904524796fd6a25453a0026ee13af6a62 (diff)
remove legacy buffer API emulation layer; ok djm@
Diffstat (limited to 'usr.bin/ssh/Makefile.inc')
-rw-r--r--usr.bin/ssh/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index 3d72e8f328c..8e82c64af39 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.58 2018/02/23 15:58:37 markus Exp $
+# $OpenBSD: Makefile.inc,v 1.59 2018/07/09 21:56:06 markus Exp $
.include <bsd.own.mk>
@@ -101,10 +101,6 @@ SRCS_PKT+= packet.c
SRCS_PKT+= umac.c
SRCS_PKT+= umac128.c
-.if (${OPENSSL:L} == "yes")
-SRCS_PROT+= bufbn.c
-SRCS_PROT+= bufec.c
-.endif
SRCS_PROT+= channels.c
SRCS_PROT+= crc32.c
SRCS_PROT+= monitor_fdpass.c