projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517a0e7
)
Certain flag macros were tested with #if instead if #ifdef...
author
Richard Levitte
<levitte@openssl.org>
Fri, 2 Aug 2002 11:14:06 +0000
(11:14 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 2 Aug 2002 11:14:06 +0000
(11:14 +0000)
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index 90011db544960b00e702987994cf27cd6ec08ae5..fa4e350a7f93088e0723656a13dce95200123a97 100644
(file)
--- a/
crypto/bio/b_print.c
+++ b/
crypto/bio/b_print.c
@@
-109,7
+109,7
@@
* o ... (for OpenSSL)
*/
-#if HAVE_LONG_DOUBLE
+#if
def
HAVE_LONG_DOUBLE
#define LDOUBLE long double
#else
#define LDOUBLE double