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:
71308c3
)
correct macro.
author
Ulf Möller
<ulf@openssl.org>
Wed, 23 Feb 2000 22:11:07 +0000
(22:11 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 23 Feb 2000 22:11:07 +0000
(22:11 +0000)
crypto/bn/bntest.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bntest.c
b/crypto/bn/bntest.c
index d64d512e9a3cbd6acb78b73cf317362cc0f4ba02..503c4f390135f8143b126d8fd9f723255271b4c9 100644
(file)
--- a/
crypto/bn/bntest.c
+++ b/
crypto/bn/bntest.c
@@
-107,7
+107,7
@@
static const char rnd_seed[] = "string to make the random number generator think
static void message(BIO *out, char *m)
{
fprintf(stderr, "test %s\n", m);
-#if defined(linux) || defined(
FreeBSD
) /* can we use GNU bc features? */
+#if defined(linux) || defined(
__FreeBSD__
) /* can we use GNU bc features? */
BIO_puts(out, "print \"test ");
BIO_puts(out, m);
BIO_puts(out, "\\n\"\n");