mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg,tools: Remove use of repo only zlib-riscos.h.
* g10/compress.c: Don't use zlib-riscos.h. * tools/gpgsplit.c: Likewise. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
a67a09be30
commit
2cebba7274
@ -32,9 +32,6 @@
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_ZIP
|
||||
# include <zlib.h>
|
||||
# if defined(__riscos__) && defined(USE_ZLIBRISCOS)
|
||||
# include "zlib-riscos.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "gpg.h"
|
||||
@ -63,13 +60,6 @@ init_compress( compress_filter_context_t *zfx, z_stream *zs )
|
||||
int rc;
|
||||
int level;
|
||||
|
||||
#if defined(__riscos__) && defined(USE_ZLIBRISCOS)
|
||||
static int zlib_initialized = 0;
|
||||
|
||||
if (!zlib_initialized)
|
||||
zlib_initialized = riscos_load_module("ZLib", zlib_path, 1);
|
||||
#endif
|
||||
|
||||
if( opt.compress_level >= 1 && opt.compress_level <= 9 )
|
||||
level = opt.compress_level;
|
||||
else if( opt.compress_level == -1 )
|
||||
|
@ -34,9 +34,6 @@
|
||||
#ifdef HAVE_ZIP
|
||||
# include <zlib.h>
|
||||
#endif
|
||||
#if defined(__riscos__) && defined(USE_ZLIBRISCOS)
|
||||
# include "zlib-riscos.h"
|
||||
#endif
|
||||
|
||||
#define INCLUDED_BY_MAIN_MODULE 1
|
||||
#include "../common/util.h"
|
||||
@ -548,12 +545,6 @@ write_part (FILE *fpin, unsigned long pktlen,
|
||||
unsigned char *p;
|
||||
const char *outname = create_filename (pkttype);
|
||||
|
||||
#if defined(__riscos__) && defined(USE_ZLIBRISCOS)
|
||||
static int initialized = 0;
|
||||
|
||||
if (!initialized)
|
||||
initialized = riscos_load_module("ZLib", zlib_path, 1);
|
||||
#endif
|
||||
if (opt_no_split)
|
||||
fpout = stdout;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user