summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-12-19 11:10:19 +0000
committerWerner Koch <wk@gnupg.org>2002-12-19 11:10:19 +0000
commit8bae1563d7bd2e71588ef3418f61df50df934a81 (patch)
tree6513915da3380096a4f1b64780f01175b28a4d5d /TODO
parentb4aded685377530e6419c3e9a7cc7a662e11464c (diff)
downloadlibgcrypt-8bae1563d7bd2e71588ef3418f61df50df934a81.tar.gz
* configure.ac (have_pthread): Check for pthreads in libc.
(have_ld_version_script): New.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d43ea235..6eb6d9d8 100644
--- a/TODO
+++ b/TODO
@@ -11,3 +11,7 @@
* Allow operation using RSA keys consisting of the OpenSSL list of
parameters and allow for a third form where the private Exponent
is not given (saves space).
+
+* Add a warning to the manual, to check that libgcrypt actually has
+ been compiled with thread support wehen used by a trhersded
+ application.