summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-11 11:37:30 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-11 11:37:44 +0100
commit9b43ac82f062ecb242bc3e8714351a10b871cbd8 (patch)
treea91b3ee0973860b064d57232e4892938f54f7eaa
parentb0ab3fd8f09c125e707f06cae987b629747ec3eb (diff)
downloadgnutls-9b43ac82f062ecb242bc3e8714351a10b871cbd8.tar.gz
documented the GNUTLS_NO_EXPLICIT_INIT environment variable
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 2bf7969ac4..bd12d83fe3 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -290,7 +290,7 @@ library.
@node Initialization
@subsection Initialization
-The GnuTLS library is initialized on load; prior to 3.3.0 was initialized by calling @funcref{gnutls_global_init}.
+The GnuTLS library is initialized on load; prior to 3.3.0 was initialized by calling @funcref{gnutls_global_init}@footnote{The original behavior of requiring explicit initialization can obtained by setting the GNUTLS_NO_EXPLICIT_INIT environment variable to 1.}.
The initialization typically enables CPU-specific acceleration, performs any required
precalculations needed, opens any required system devices (e.g., /dev/urandom on Linux)
and initializes subsystems that could be used later.