1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-20 20:45:42 +00:00
parent 6ed3099f9e
commit 5d5dc4b12d
11 changed files with 25 additions and 212 deletions

View file

@ -24,8 +24,10 @@
#include "mpi.h"
#include "random.h"
#include "cipher.h"
#define _g10lib_INTERNAL 1
#include "g10lib.h"
/* FIXME: The modules should use functions from libgcrypt */
const char *g10c_revision_string(int dummy) { return "$Revision$"; }

View file

@ -34,14 +34,14 @@
#include <unistd.h>
#include <fcntl.h>
#include "types.h"
#include "util.h"
#include "ttyio.h"
#include "dynload.h"
#ifdef IS_MODULE
#include "g10lib.h"
#define _(a) (a)
#else
#include "util.h"
#include "ttyio.h"
#include "i18n.h"
#include "dynload.h"
#endif
static int open_device( const char *name, int minor );

View file

@ -53,10 +53,10 @@
#include <errno.h>
#include "types.h" /* for byte and u32 typedefs */
#include "g10lib.h"
#ifndef IS_MODULE
#include "dynload.h"
#endif
#include "util.h"
#ifndef EAGAIN
#define EAGAIN EWOULDBLOCK