diff options
author | Werner Koch <wk@gnupg.org> | 1999-01-07 18:05:48 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-01-07 18:05:48 +0100 |
commit | 7d0efec7cf5ae110c99511abc32587ff0c45b14f (patch) | |
tree | c25f43c0b175ca31c84da4e9a256b259ea070fc7 /TODO | |
parent | See ChangeLog: Sun Jan 3 15:28:44 CET 1999 Werner Koch (diff) | |
download | gnupg2-7d0efec7cf5ae110c99511abc32587ff0c45b14f.tar.xz gnupg2-7d0efec7cf5ae110c99511abc32587ff0c45b14f.zip |
See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -22,8 +22,8 @@ Important * print a warning when a revoked/expired secret key is used. - * display trhe primary keyID in passphrase.c in addition to the - one for the requested key. + * Allow the use of a the faked RNG onyl for keys which are + flagged as INSECURE. Needed @@ -35,6 +35,12 @@ Needed encrypt this all) - We need an identifier for Twofish to put this one into the cipher preferences. + * The -export-dynamic flag to ld works only for FreeBSD 3.0. It does + not exist on FreeBSD's 2.2.x version of ld. + Also, on my FreeBSD 2.2-stable box, i simply removed the + -Wl,-export-dynamic flag from my Makefile and it linked and seems to + be working OK so far. + Minor Bugs ---------- @@ -51,3 +57,4 @@ Nice to have * change the fake_data stuff to mpi_set_opaque * rewrite the ugly armor code. + |