diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-04-07 14:30:30 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-04-16 10:35:21 +0200 |
commit | 9838cc9a9b18ea5e3d94de1ba2f8bdd5013333d8 (patch) | |
tree | 71b1bf0655034d53cfdacd894fd2259c31cfd347 /lib/includes | |
parent | 60c6a71cf1d919c9c90a07b1167fbb887f23d223 (diff) | |
download | gnutls-9838cc9a9b18ea5e3d94de1ba2f8bdd5013333d8.tar.gz |
gnutls.h: re-define GNUTLS_CRT_RAWPK
This was available before 3.6.4, and was incorrectly removed.
It was found using libabigail tools.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes')
-rw-r--r-- | lib/includes/gnutls/gnutls.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 5b5d9bab8a..7fc96aaea1 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -755,6 +755,8 @@ typedef enum { GNUTLS_VERSION_UNKNOWN = 0xff /* change it to 0xffff */ } gnutls_protocol_t; +#define GNUTLS_CRT_RAW GNUTLS_CRT_RAWPK + /** * gnutls_certificate_type_t: * @GNUTLS_CRT_UNKNOWN: Unknown certificate type. |