Avoid "empty source file" warnings.
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:41:19 +0000 (04:41 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:41:19 +0000 (04:41 +0000)
crypto/ebcdic.c

index d1bece87f7d77550a70fbb5346ce6bbecd7c01fb..6ac5b394436b87215d8c5f083d1800e91a5d39c0 100644 (file)
@@ -1,5 +1,7 @@
 /* crypto/ebcdic.c */
 
 /* 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>
 #ifdef CHARSET_EBCDIC
 #include "ebcdic.h"
 /*      Initial Port for  Apache-1.3     by <Martin.Kraemer@Mch.SNI.De>