diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-12-06 04:49:22 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-12-06 04:49:22 +0000 |
commit | 1394b1ef565c71993a51710d81340c5d53d4f430 (patch) | |
tree | afc67277af06453ed1734f1ab0fa466c4aba0cf1 /security | |
parent | Update to version 5.2.0 (diff) |
Good-bye, RESTRICTED.
Reasons:
1. It's not crypto.
2. It links with crypto.
a. That crypto is in the public domain.
b. Linking with crypto does not constitute cryptography.
3. Even if it were crypto, the description of the entire protocol, etc.,
is in the public domain. The RFC is PD in the USA, and the white paper
in Europe.
4. Precedence? Even if it were crypto, the Bernstein case has set
precedence for allowing export of that. But it's not even crypto.
Notes
Notes:
svn path=/head/; revision=23619
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 914ad2c50097..0d965bf2e180 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -16,8 +16,6 @@ MAINTAINER= green@FreeBSD.org LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl -RESTRICTED= "Links with cryptographic code." - .include <bsd.port.pre.mk> CAT?= /bin/cat DISTFILES!= ${CAT} ${FILESDIR}/distfiles |