From e0834d8749154586ff84343a3ff814b40c7d942c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 10 Feb 2001 04:47:47 +0000 Subject: [PATCH] Note that crypto/ is not used to build in, people should see secure/ instead. --- crypto/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crypto/README b/crypto/README index 2d6b4e619215..a3c5ccf50a1c 100644 --- a/crypto/README +++ b/crypto/README @@ -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.