summaryrefslogtreecommitdiff
path: root/includes/gnutls/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gnutls/crypto.h')
-rw-r--r--includes/gnutls/crypto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/gnutls/crypto.h b/includes/gnutls/crypto.h
index d7429cb113..a94eef62e7 100644
--- a/includes/gnutls/crypto.h
+++ b/includes/gnutls/crypto.h
@@ -22,6 +22,8 @@
*
*/
+#if INTERNAL_GNUTLS_CRYPTO_H_ENABLE_UNSUPPORTED_API
+
#ifndef GNUTLS_CRYPTO_H
# define GNUTLS_CRYPTO_H
@@ -215,3 +217,5 @@ int gnutls_crypto_pk_register2( int priority, int version, gnutls_crypto_pk_st*
int gnutls_crypto_bigint_register2( int priority, int version, gnutls_crypto_bigint_st* s);
#endif
+
+#endif