diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-03 12:50:53 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-03 12:50:53 +0200 |
commit | 85aa3e18c296cdf18f76a47754d5270eb4e3630e (patch) | |
tree | c47a142fce35ba999e72fad2037a8020b3d8ab16 /README | |
parent | 2002-08-02 Timo Schulz <ts@winpt.org> (diff) | |
download | gnupg2-85aa3e18c296cdf18f76a47754d5270eb4e3630e.tar.xz gnupg2-85aa3e18c296cdf18f76a47754d5270eb4e3630e.zip |
The big extension module removal.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -460,7 +460,7 @@ --enable-static-rnd=<name> Force the use of the random byte gathering module <name>. Default is either to use /dev/random - or the standard Uix module. Value for name: + or the standard Unix module. Value for name: egd - Use the module which accesses the Entropy Gathering Daemon. See the webpages for more information about it. @@ -469,8 +469,6 @@ linux - Use the module which accesses /dev/random. This is the first choice and the default one for GNU/Linux or *BSD. - none - Do not linkl any module in but rely on - a dynmically loaded modules. --with-egd-socket=<name> This is only used when EGD is used as random @@ -501,7 +499,8 @@ --disable-dynload If you have problems with dynamic loading, this - option disables all dynamic loading stuff. + option disables all dynamic loading stuff. Note + that the use of dynamic linking is very limited. --disable-asm Do not use assembler modules. It is not possible |