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:
a384002
)
Fix PEDANTIC compilation, using the same trick as elsewhere.
author
Geoff Thorpe
<geoff@openssl.org>
Tue, 26 Jul 2005 04:05:03 +0000
(
04:05
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Tue, 26 Jul 2005 04:05:03 +0000
(
04:05
+0000)
ssl/kssl.c
patch
|
blob
|
history
diff --git
a/ssl/kssl.c
b/ssl/kssl.c
index 553ec186cb220db8fbc8886a93354c5a28aada0d..394ef61769618c44e908937033155b0f80c277bf 100644
(file)
--- a/
ssl/kssl.c
+++ b/
ssl/kssl.c
@@
-2177,7
+2177,7
@@
krb5_error_code kssl_build_principal_2(
#else /* !OPENSSL_NO_KRB5 */
#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS)
-static
int dummy=(int)
&dummy;
+static
void *dummy=
&dummy;
#endif
#endif /* !OPENSSL_NO_KRB5 */