From 0cd5745d2f05313e7ab5a9284eb4c0ee41f9f598 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 2 Jun 2013 19:25:39 +0200 Subject: doc update --- lib/gnutls_global.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/gnutls_global.c') diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index ed9e46f81d..125a22bf6c 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -171,13 +171,12 @@ static int _gnutls_init = 0; /** * gnutls_global_init: * - * This function initializes the global data to defaults. - * In order to free resources you may call gnutls_global_deinit() + * This function performs any required precalculations, detects + * the supported CPU capabilities and initializes the underlying + * cryptographic backend. In order to free any resources + * taken by this call you should gnutls_global_deinit() * when gnutls usage is no longer needed. * - * Note that this function will also initialize the underlying crypto - * backend, if it has not been initialized before. - * * This function increments a global counter, so that * gnutls_global_deinit() only releases resources when it has been * called as many times as gnutls_global_init(). This is useful when -- cgit v1.2.1