summaryrefslogtreecommitdiff
path: root/security/libbf
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-03-26 01:43:46 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-03-26 01:43:46 +0000
commitf801162f9468ecef6ff5ac2fb428620df03582ec (patch)
tree8c4154120a3e4bc7eff769240b58e1fb07b90293 /security/libbf
parentSubmitted by: MAINTAINER (diff)
Submitted by: MAINTAINER
Strip out the RESTRICED message, blowfish is "Unpatented and royalty-free" quoted from its homepage.
Notes
Notes: svn path=/head/; revision=77466
Diffstat (limited to 'security/libbf')
-rw-r--r--security/libbf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index 11998b8c0feb..ff73757a6182 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -16,8 +16,6 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
MAINTAINER= jim@corebsd.or.id
COMMENT= The Blowfish block cipher Library
-RESTRICTED= "Crypto; export-controlled"
-
.if ${MACHINE_ARCH} == "i386"
MAKEFLAGS+= BF_ENC=asm/bx86-elf.o
.else