1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/crypto
Jacques Vidrine 5bce7286b4 Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required
two basic changes (both of which should be no-ops until OpenSSL 0.9.7
is imported):

 = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include
   openssl/des.h.

 = Spell `struct des_ks_struct []' using the existing
   `des_key_schedule' typedef.

When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other
things) will be a macro invocation instead of a typedef, and things
should `just work'.

Yes, this commit does take several files off the vendor branch.
I do not expect there to be future imports of KTH Kerberos 4.
2003-01-28 20:18:26 +00:00
..
heimdal This commit was generated by cvs2svn to compensate for changes in r109641, 2003-01-21 14:19:06 +00:00
kerberosIV Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required 2003-01-28 20:18:26 +00:00
openssh Force early initialization of the resolver library, since the resolver 2003-01-22 14:12:59 +00:00
openssl Resolve conflicts. 2002-08-10 01:50:50 +00:00
telnet add more RFC defined telnet options 2003-01-18 06:10:21 +00:00
README

$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.