From 82ad8cac4b23990bef76be1de4e0a1740b59241c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 2 Jun 2011 04:19:47 +0200 Subject: gnutls/crypto.h no longer includes functions to register ciphers. Thus the following functions - gnutls_crypto_bigint_register - gnutls_crypto_cipher_register - gnutls_crypto_digest_register - gnutls_crypto_mac_register - gnutls_crypto_pk_register - gnutls_crypto_rnd_register - gnutls_crypto_single_cipher_register - gnutls_crypto_single_digest_register - gnutls_crypto_single_mac_register are only available internally via crypto-backend.h. --- lib/random.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/random.h') diff --git a/lib/random.h b/lib/random.h index 8475d9a98b..0ed26324b2 100644 --- a/lib/random.h +++ b/lib/random.h @@ -26,12 +26,11 @@ #define RANDOM_H #include +#include extern int crypto_rnd_prio; extern gnutls_crypto_rnd_st _gnutls_rnd_ops; -int _gnutls_rnd (gnutls_rnd_level_t level, void *data, size_t len); -#define _gnutls_rnd gnutls_rnd void _gnutls_rnd_deinit (void); int _gnutls_rnd_init (void); -- cgit v1.2.1