[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heimdal 0.3e



From: Brian May <bam@snoopy.apana.org.au>

bam> +#ifdef HAVE_OPENSSL_CRYPTO_H
bam> +#include <openssl/des.h>
bam> +#include <openssl/md4.h>
bam> +#include <openssl/md5.h>
bam> +#include <openssl/sha.h>
bam> +#include <openssl/rc4.h>
bam> +#include <openssl/blowfish.h>
bam> +#include <openssl/rand.h>
bam> +#define des_new_random_key des_random_key
bam> +#else
bam> 
bam> from krb5_locl.h but I am not sure how to add it, considering
bam> HAVE_OPENSSL_CRYPTO_H seems to have been replaced with
bam> HAVE_OPENSSL_DES_H, HAVE_OPENSSL_MD4_H, HAVE_OPENSSL_MD5_H,
bam> HAVE_OPENSSL_RC4_H and HAVE_OPENSSL_SHA_H.

#ifdef defined(HAVE_OPENSSL_DES_H) && defined(HAVE_OPENSSL_MD4_H) && \
       defined(HAVE_OPENSSL_MD5_H) && defined(HAVE_OPENSSL_SHA_H) && \
       defined(HAVE_OPENSSL_RC4_H) && defined(HAVE_OPENSSL_BLOWFISH_H) && \
       defined(HAVE_OPENSSL_RAND_H)
#include <openssl/des.h>
#define des_new_random_key des_random_key
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <openssl/rc4.h>
#include <openssl/blowfish.h>
#include <openssl/rand.h>
#else

-- 
Richard Levitte   \ Spannvägen 38, II \ LeViMS@stacken.kth.se
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- poei@bofh.se
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.