summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-10-31 10:48:01 +0000
committerWerner Koch <wk@gnupg.org>2007-10-31 10:48:01 +0000
commit68a0d855c92cb6cd7030abc7e191d1c513ad2a62 (patch)
tree549e9edd57faa05b22fa15392ba051c098fc2c4e /TODO
parentf9c80d236b62c5f2ac4c4d096e4adbd40b10d3a2 (diff)
downloadlibgcrypt-68a0d855c92cb6cd7030abc7e191d1c513ad2a62.tar.gz
Reorganizatiosn to support the visibility attribute.
This can be improved by using fucntion aliases instead of wrapper functions.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 6a2a3d53..cdaa8e2d 100644
--- a/TODO
+++ b/TODO
@@ -18,8 +18,6 @@ What's left to do -*- outline -*-
Write an autoconf test to check whether the linker supports a
version script.
-* Make use of the forthcoming visibility attribute.
-
* Add attributes to the MPI functions.
* In case the ac interface will be more popular than the pk interface,
@@ -83,9 +81,6 @@ What's left to do -*- outline -*-
* gcry_mpi_lshift is missing
-* Add internal versions of mpi functions
- Or make use of the visibility attribute.
-
* Add OAEP
* gcryptrnd.c
@@ -112,3 +107,5 @@ What's left to do -*- outline -*-
* /dev/urandom and Solaris
Make the configure check similar to GnuPG.
+
+* Use aliases for symbol instead of the wrappers in visibility.c.