]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls.h: re-define GNUTLS_CRT_RAWPK
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 7 Apr 2019 12:30:30 +0000 (14:30 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 16 Apr 2019 08:35:21 +0000 (10:35 +0200)
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>
lib/includes/gnutls/gnutls.h.in

index 5b5d9bab8a7e1caf6a47a977ee30d5ad3c75f8d3..7fc96aaea13ef865547f4f8c7a66e8348a8136a1 100644 (file)
@@ -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.