~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to crypto/ebcdic.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051213213742-d0ydaylf80l16bj1
Tags: upstream-0.9.8a
ImportĀ upstreamĀ versionĀ 0.9.8a

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* crypto/ebcdic.c */
2
2
 
3
 
#ifdef CHARSET_EBCDIC
 
3
#ifndef CHARSET_EBCDIC
 
4
 
 
5
#include <openssl/e_os2.h>
 
6
#if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
 
7
static void *dummy=&dummy;
 
8
#endif
 
9
 
 
10
#else /*CHARSET_EBCDIC*/
 
11
 
4
12
#include "ebcdic.h"
5
13
/*      Initial Port for  Apache-1.3     by <Martin.Kraemer@Mch.SNI.De>
6
14
 *      Adapted for       OpenSSL-0.9.4  by <Martin.Kraemer@Mch.SNI.De>
210
218
    return dest;
211
219
}
212
220
 
213
 
#else /*CHARSET_EBCDIC*/
214
 
#include <openssl/e_os2.h>
215
 
#if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
216
 
static void *dummy=&dummy;
217
 
#endif
218
221
#endif