updated gpg to 2.2.28

This commit is contained in:
2021-07-19 15:00:56 -04:00
parent b41137119a
commit b4a551db3a
66 changed files with 117 additions and 61 deletions

View File

@@ -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);