From: Nikos Mavrogiannopoulos Date: Sun, 7 Apr 2019 12:30:30 +0000 (+0200) Subject: gnutls.h: re-define GNUTLS_CRT_RAWPK X-Git-Tag: gnutls_3_6_8~45^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9838cc9a9b18ea5e3d94de1ba2f8bdd5013333d8;p=thirdparty%2Fgnutls.git 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 --- 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.