diff options
author | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 05:41:19 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2003-10-29 05:41:19 +0100 |
commit | 40f935f5b45bc08492177ce5856d2c3e8fe764e5 (patch) | |
tree | d4765013b3584dd2f44c91729b000240915e73bf /crypto/ebcdic.c | |
parent | For whatever reason (compiler or header bugs), at least one commonly-used (diff) | |
download | openssl-40f935f5b45bc08492177ce5856d2c3e8fe764e5.tar.xz openssl-40f935f5b45bc08492177ce5856d2c3e8fe764e5.zip |
Avoid "empty source file" warnings.
Diffstat (limited to '')
-rw-r--r-- | crypto/ebcdic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index d1bece87f7..6ac5b39443 100644 --- 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> |