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:
0991f07
)
Avoid "empty source file" warnings.
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 04:41:19 +0000
(
04:41
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 04:41:19 +0000
(
04:41
+0000)
crypto/ebcdic.c
patch
|
blob
|
history
diff --git
a/crypto/ebcdic.c
b/crypto/ebcdic.c
index d1bece87f7d77550a70fbb5346ce6bbecd7c01fb..6ac5b394436b87215d8c5f083d1800e91a5d39c0 100644
(file)
--- a/
crypto/ebcdic.c
+++ b/
crypto/ebcdic.c
@@
-1,5
+1,7
@@
/* crypto/ebcdic.c */
+static void *dummy=&dummy;
+
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
/* Initial Port for Apache-1.3 by <Martin.Kraemer@Mch.SNI.De>