updated gpg to 2.2.28
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
/* The version string of this header. */
|
||||
#define GPG_ERROR_VERSION "1.39"
|
||||
#define GPGRT_VERSION "1.39"
|
||||
#define GPG_ERROR_VERSION "1.42"
|
||||
#define GPGRT_VERSION "1.42"
|
||||
|
||||
/* The version number of this header. */
|
||||
#define GPG_ERROR_VERSION_NUMBER 0x012700
|
||||
#define GPGRT_VERSION_NUMBER 0x012700
|
||||
#define GPG_ERROR_VERSION_NUMBER 0x012a00
|
||||
#define GPGRT_VERSION_NUMBER 0x012a00
|
||||
|
||||
|
||||
#ifdef __GNUC__
|
||||
@@ -122,6 +122,7 @@ typedef enum
|
||||
GPG_ERR_SOURCE_KLEO = 13,
|
||||
GPG_ERR_SOURCE_G13 = 14,
|
||||
GPG_ERR_SOURCE_ASSUAN = 15,
|
||||
GPG_ERR_SOURCE_TPM2D = 16,
|
||||
GPG_ERR_SOURCE_TLS = 17,
|
||||
GPG_ERR_SOURCE_ANY = 31,
|
||||
GPG_ERR_SOURCE_USER_1 = 32,
|
||||
@@ -1165,6 +1166,9 @@ gpg_err_code_t gpgrt_chdir (const char *name);
|
||||
/* Return the current WD as a malloced string. */
|
||||
char *gpgrt_getcwd (void);
|
||||
|
||||
/* A wrapper around access to handle UTF-8 on Windows. */
|
||||
gpg_err_code_t gpgrt_access (const char *fname, int mode);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user