diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-01-16 16:56:49 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-01-16 16:56:49 +0000 |
commit | e80a5b55c6270fbcac9eec735c36e18da6feb9cb (patch) | |
tree | eb1b290ceae35e6d0a30c74b1a5faa745a483306 /includes | |
parent | 19fc0fae89f90f5a9257397c4770750cf4744c76 (diff) | |
download | gnutls-e80a5b55c6270fbcac9eec735c36e18da6feb9cb.tar.gz |
*** empty log message ***
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/compat4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/gnutls/compat4.h b/includes/gnutls/compat4.h index 6f8fe52ac6..2193d96ea1 100644 --- a/includes/gnutls/compat4.h +++ b/includes/gnutls/compat4.h @@ -95,3 +95,6 @@ #define gnutls_set_server_name gnutls_server_name_set #define gnutls_get_server_name gnutls_server_name_get +#define GNUTLS_E_PARSING_ERROR GNUTLS_E_BASE64_DECODING_ERROR +#define GNUTLS_E_PWD_ERROR GNUTLS_E_SRP_PWD_ERROR +#define GNUTLS_E_ASCII_ARMOR_ERROR GNUTLS_E_BASE64_DECODING_ERROR |