diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-04 12:37:38 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-04 12:37:38 +0200 |
commit | dd52a5175c01100044edc05aeb1cb57adc45b866 (patch) | |
tree | beb4ddbe082239fec3aa0a206fad6ba1e3fb692b /lib/includes/gnutls/gnutls.h.in | |
parent | b4e3350df587358b13b28cd88e8d7428d9e6e3b5 (diff) | |
download | gnutls-dd52a5175c01100044edc05aeb1cb57adc45b866.tar.gz |
gnutls_supplemental_register will fail on double registration
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r-- | lib/includes/gnutls/gnutls.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index cf6bf63940..180eb4ae0e 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -2434,7 +2434,8 @@ int gnutls_fips140_mode_enabled(void); #define GNUTLS_E_OPENPGP_SUBKEY_ERROR -208 -#define GNUTLS_E_CRYPTO_ALREADY_REGISTERED -209 +#define GNUTLS_E_CRYPTO_ALREADY_REGISTERED GNUTLS_E_ALREADY_REGISTERED +#define GNUTLS_E_ALREADY_REGISTERED -209 #define GNUTLS_E_HANDSHAKE_TOO_LARGE -210 |