summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README18
2 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 361b462e..afd166d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-04-27 Moritz Schulte <moritz@g10code.com>
+ * README: Documented new configure switches.
+
* configure.ac: Merged some code from GnuPG's configure.ac for
disabling sha512/tiger in case no 64 data types are available.
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.