From: Richard Levitte Date: Fri, 2 Aug 2002 11:14:06 +0000 (+0000) Subject: Certain flag macros were tested with #if instead if #ifdef... X-Git-Tag: OpenSSL_0_9_6f~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e34aaafaddf44773d47e13153bce998e0783370;p=oweals%2Fopenssl.git Certain flag macros were tested with #if instead if #ifdef... --- diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index 90011db544..fa4e350a7f 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -109,7 +109,7 @@ * o ... (for OpenSSL) */ -#if HAVE_LONG_DOUBLE +#ifdef HAVE_LONG_DOUBLE #define LDOUBLE long double #else #define LDOUBLE double