From 81d8eda2419e7a23088a98cdfc52a305c9ceac0d Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Wed, 7 Dec 2005 16:34:47 +0000 Subject: Merged martin/autoconf at r35 to trunk --- lib/crypto/CipherContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/crypto/CipherContext.h') diff --git a/lib/crypto/CipherContext.h b/lib/crypto/CipherContext.h index f9dcd022..64ce52d8 100755 --- a/lib/crypto/CipherContext.h +++ b/lib/crypto/CipherContext.h @@ -62,7 +62,7 @@ public: void UsePadding(bool Padding = true); -#ifdef PLATFORM_OLD_OPENSSL +#ifdef HAVE_OLD_SSL void OldOpenSSLFinal(unsigned char *Buffer, int &rOutLengthOut); #endif @@ -72,7 +72,7 @@ private: bool mWithinTransform; bool mPaddingOn; uint8_t mGeneratedIV[CIPHERCONTEXT_MAX_GENERATED_IV_LENGTH]; -#ifdef PLATFORM_OLD_OPENSSL +#ifdef HAVE_OLD_SSL CipherFunction mFunction; CipherDescription *mpDescription; #endif -- cgit v1.2.3