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:
ab688c2
)
Add a symbol for the first parameter to OPENSSL_showfatal().
author
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jun 2011 09:46:27 +0000
(09:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jun 2011 09:46:27 +0000
(09:46 +0000)
crypto/cryptlib.h
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.h
b/crypto/cryptlib.h
index 1761f6b6687908cce502f55358ada33739edd8d3..d26f9630eade8a69e59def9922b84615bfcbbe8c 100644
(file)
--- a/
crypto/cryptlib.h
+++ b/
crypto/cryptlib.h
@@
-100,7
+100,7
@@
extern "C" {
void OPENSSL_cpuid_setup(void);
extern unsigned int OPENSSL_ia32cap_P[];
-void OPENSSL_showfatal(const char *,...);
+void OPENSSL_showfatal(const char *
fmta
,...);
void *OPENSSL_stderr(void);
extern int OPENSSL_NONPIC_relocated;