mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
This commit is contained in:
parent
d1648b4d7a
commit
92cd255508
104 changed files with 5871 additions and 1540 deletions
|
@ -1,5 +1,5 @@
|
|||
/* errors.h - erro code
|
||||
* Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
/* errors.h - error codes fro GnuPG
|
||||
* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNUPG.
|
||||
*
|
||||
|
@ -74,6 +74,7 @@
|
|||
#define GPGERR_UNKNOWN_HOST 149
|
||||
#define GPGERR_SELFTEST_FAILED 50
|
||||
#define GPGERR_NOT_ENCRYPTED 151
|
||||
#define GPGERR_NOT_PROCESSED 152
|
||||
|
||||
#ifndef HAVE_STRERROR
|
||||
char *strerror( int n );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue