diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-11 11:37:30 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-11 11:37:30 +0100 |
commit | 34e767eeb8b647155c9d4b14dab6a279a9643569 (patch) | |
tree | c59c25a2a2ebe4c53df2f6b7386800c787a52043 | |
parent | c40c2ca916df2562803f3f9ce31c1022dc56c742 (diff) | |
download | gnutls-34e767eeb8b647155c9d4b14dab6a279a9643569.tar.gz |
documented the GNUTLS_NO_EXPLICIT_INIT environment variable
-rw-r--r-- | doc/cha-gtls-app.texi | 2 |
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. |