summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/self-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/self-test.h')
-rw-r--r--lib/includes/gnutls/self-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/self-test.h b/lib/includes/gnutls/self-test.h
index 699af99f6a..1addf0d029 100644
--- a/lib/includes/gnutls/self-test.h
+++ b/lib/includes/gnutls/self-test.h
@@ -30,6 +30,7 @@
/* The functions are not part of the main API, and are conditionally
* enabled. */
#define GNUTLS_SELF_TEST_FLAG_ALL 1
+#define GNUTLS_SELF_TEST_FLAG_NO_COMPAT (1<<1)
int gnutls_cipher_self_test(unsigned flags, gnutls_cipher_algorithm_t cipher);
int gnutls_mac_self_test(unsigned flags, gnutls_mac_algorithm_t mac);