From 9838cc9a9b18ea5e3d94de1ba2f8bdd5013333d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 14:30:30 +0200 Subject: [PATCH] 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 --- lib/includes/gnutls/gnutls.h.in | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.3