Note that crypto/ is not used to build in, people should see secure/

instead.
This commit is contained in:
Kris Kennaway 2001-02-10 04:47:47 +00:00
parent ab9577f234
commit e0834d8749
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72285

View File

@ -1,5 +1,9 @@
$FreeBSD$
This directory is for the EXACT same use as src/contrib, except it
holds crypto sources. It is the result of an old USA law, which
made these sources export controlled, so they had to be kept seperate.
holds crypto sources. In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied. No
compilation is done from this directory, it is all done from the
src/secure directory. The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.