freebsd-dev/crypto
Dag-Erling Smørgrav d46e273b14 The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was
initialized after the call to pthread_create() instead of before.  It just
happened to work with threads enabled because ctxt is shared, but of
course it doesn't work when we use a child process instead of threads.
2002-12-21 15:09:58 +00:00
..
heimdal This commit was generated by cvs2svn to compensate for changes in r107207, 2002-11-24 20:59:25 +00:00
kerberosIV This commit was generated by cvs2svn to compensate for changes in r105765, 2002-10-23 06:10:08 +00:00
openssh The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was 2002-12-21 15:09:58 +00:00
openssl Resolve conflicts. 2002-08-10 01:50:50 +00:00
telnet Merge argument parsing changes into this copy of telnet. 2002-11-27 06:34:24 +00:00
README Note that crypto/ is not used to build in, people should see secure/ 2001-02-10 04:47:47 +00:00

$FreeBSD$

This directory is for the EXACT same use as src/contrib, except it
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.