re-write the handling of crypto libraries. try to use the one of

openssl's libcrypto or krb4's libdes that has all the required
functionality (md4, md5, sha1, des, rc4).  if there is no such
library, the included lib/des is built.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10519 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-22 20:30:33 +00:00
parent 4df3da117d
commit aad564d1c2
19 changed files with 143 additions and 89 deletions

View File

@@ -86,7 +86,7 @@
#endif
#include <err.h>
#include <roken.h>
#ifdef HAVE_OPENSSL_DES_H
#ifdef HAVE_OPENSSL
#include <openssl/des.h>
#else
#include <des.h>