summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-28 15:16:56 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-28 15:16:56 +0200
commit933cc1400edaf248362cfb9c539d89d6d2a52989 (patch)
tree1c17d97a10de4a52bab47b6f94c051e1744dd5b7 /includes
parentb5a10db461057c947fa50414c7dc58bb6c12a0f0 (diff)
downloadgnutls-933cc1400edaf248362cfb9c539d89d6d2a52989.tar.gz
Hide crypto.h definitions by default.
Diffstat (limited to 'includes')
-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 8d44a0eac4..dc45165924 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
@@ -67,3 +69,5 @@ int gnutls_crypto_digest_register( gnutls_digest_algorithm_t algorithm, int prio
int gnutls_crypto_rnd_register( int priority, gnutls_crypto_rnd_st* s);
#endif
+
+#endif