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:
ded1999
)
Disable test fprintf.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Apr 2011 14:52:20 +0000
(14:52 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Apr 2011 14:52:20 +0000
(14:52 +0000)
crypto/o_init.c
patch
|
blob
|
history
diff --git
a/crypto/o_init.c
b/crypto/o_init.c
index 1017f3bb4be67fb17c08f7def275629f3a18f0ce..bb6d9cff116e8dc3d570f1f5def7a7cc04665b37 100644
(file)
--- a/
crypto/o_init.c
+++ b/
crypto/o_init.c
@@
-124,7
+124,7
@@
void OPENSSL_init(void)
FIPS_set_error_callbacks(ERR_put_error, ERR_add_error_vdata);
FIPS_set_malloc_callbacks(CRYPTO_malloc, CRYPTO_free);
#endif
-#if
1
+#if
0
fprintf(stderr, "Called OPENSSL_init\n");
#endif
}