summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2015-11-23 12:48:13 +0000
committerdes <des@FreeBSD.org>2015-11-23 12:48:13 +0000
commit24641fd80bf48485d78a92673c1bec422fff009a (patch)
tree230f252c2608532143f5031930a8a1373fa20da7 /secure/lib
parent643090321a0a0dcd32c9c52721f41a1bd51553ca (diff)
downloadFreeBSD-src-24641fd80bf48485d78a92673c1bec422fff009a.zip
FreeBSD-src-24641fd80bf48485d78a92673c1bec422fff009a.tar.gz
Retire the NONE cipher option.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 725ace8..91f1587 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -43,10 +43,6 @@ CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
CFLAGS+= -include krb5_config.h
.endif
-.if ${MK_OPENSSH_NONE_CIPHER} != "no"
-CFLAGS+= -DNONE_CIPHER_ENABLED
-.endif
-
NO_LINT=
LIBADD+= crypto crypt z
OpenPOWER on IntegriCloud