summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-04-27 19:38:57 +0000
committerMoritz Schulte <mo@g10code.com>2003-04-27 19:38:57 +0000
commit452cef9d5db1d773eb367d03029a5e45a7ac2122 (patch)
treef24e297be2531af102a64b9530ac0540ca3f512a /README
parent5b5b7923635a3c2c5ed05027ae6d0c358fb42b66 (diff)
downloadlibgcrypt-452cef9d5db1d773eb367d03029a5e45a7ac2122.tar.gz
2003-04-27 Moritz Schulte <moritz@g10code.com>
* README: Documented new configure switches.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 11 insertions, 7 deletions
diff --git a/README b/README
index ef8a7bed..8f791a14 100644
--- a/README
+++ b/README
@@ -79,7 +79,7 @@
Configure options
-----------------
- Here is a list of configure options which are sometime useful
+ Here is a list of configure options which are sometimes useful
for installation.
--enable-m-guard
@@ -104,10 +104,14 @@
Note, that you should never ever use an
undocumented symbol or one which is prefixed with
an underscore.
-
-
-
-
-
-
+ --enable-ciphers=list
+ --enable-pubkey-ciphers=list
+ --enable-digests=list
+ If not otherwise specified, all algorithms
+ included in the libgcrypt source tree are built.
+ An exception are algorithms, which depend on
+ features not provided by the system, like 64bit
+ data types. With these switches it is possible
+ to select exactly those algorithm modules, which
+ should be built.