diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-26 01:43:46 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-26 01:43:46 +0000 |
commit | f801162f9468ecef6ff5ac2fb428620df03582ec (patch) | |
tree | 8c4154120a3e4bc7eff769240b58e1fb07b90293 /security/libbf | |
parent | 5c2f1a3148099a618cc7bc7d3b276573ea456acb (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/Makefile | 2 |
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 |