From fb40ebd67a2ae7631091b91a90bb80648527fc71 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 24 Jan 2016 22:28:18 +0000 Subject: MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563) Remove the HPN and None cipher patches. --- secure/lib/libssh/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'secure/lib') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 9fd0871..2f73b4c 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -49,10 +49,6 @@ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${ LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lmd -lroken .endif -.if ${MK_OPENSSH_NONE_CIPHER} != "no" -CFLAGS+= -DNONE_CIPHER_ENABLED -.endif - NO_LINT= DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBZ} -- cgit v1.1