summaryrefslogtreecommitdiff
path: root/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gnutls/gnutls.h.in')
-rw-r--r--includes/gnutls/gnutls.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index e35c7dc604..d1ce0f1f87 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -282,9 +282,9 @@ extern "C"
typedef enum gnutls_certificate_print_formats
{
- GNUTLS_X509_CRT_FULL,
- GNUTLS_X509_CRT_ONELINE,
- GNUTLS_X509_CRT_UNSIGNED_FULL
+ GNUTLS_CRT_PRINT_FULL,
+ GNUTLS_CRT_PRINT_ONELINE,
+ GNUTLS_CRT_PRINT_UNSIGNED_FULL,
} gnutls_certificate_print_formats_t;
typedef enum