diff options
author | Werner Koch <[email protected]> | 2011-03-08 11:23:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-03-08 11:23:59 +0000 |
commit | 327af90594204db9683fcee5c8c6b8098c8da37a (patch) | |
tree | 1ef036bbadb924c19d24c3b75a299c3efa012f95 /ChangeLog | |
parent | Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras... (diff) | |
download | gnupg-327af90594204db9683fcee5c8c6b8098c8da37a.tar.gz gnupg-327af90594204db9683fcee5c8c6b8098c8da37a.zip |
Require libgcrypt 1.5
Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is
major new feature and thus it does not make sense to allow building
with an older Libgcrypt without supporting ECC.
Also fixed a few missing prototypes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-03-08 Werner Koch <[email protected]> + + * configure.ac: Require libgcrypt 1.5.0. + (HAVE_GCRY_PK_ECDH, HAVE_GCRY_PK_GET_CURVE): Remove. + (utmp.h): Check for header. + 2011-02-25 Werner Koch <[email protected]> * configure.ac: Require libksba 1.2. |