diff options
author | Werner Koch <[email protected]> | 2007-08-27 18:10:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-27 18:10:27 +0000 |
commit | 15d0cb42a19cc88448993d4aa7a9ca207ccc1598 (patch) | |
tree | 8625d9d35542e43d659b58c378e6c968b73bbbeb /sm | |
parent | tryu harder to ignore duplicate specified keyrings and -boxes. (diff) | |
download | gnupg-15d0cb42a19cc88448993d4aa7a9ca207ccc1598.tar.gz gnupg-15d0cb42a19cc88448993d4aa7a9ca207ccc1598.zip |
Implemented more gpg-agen options to support certain passphrase policies.
New tool gpg-check-pattern.
Diffstat (limited to 'sm')
-rw-r--r-- | sm/ChangeLog | 4 | ||||
-rw-r--r-- | sm/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index 6805969de..f0d80e233 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,7 @@ +2007-08-24 Werner Koch <[email protected]> + + * Makefile.am (common_libs): Swap libkeybox and jnlib. + 2007-08-23 Werner Koch <[email protected]> * certlist.c (gpgsm_certs_identical_p): New. diff --git a/sm/Makefile.am b/sm/Makefile.am index e551bbd0a..2bbdd1b59 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -52,7 +52,7 @@ gpgsm_SOURCES = \ qualified.c -common_libs = $(libcommon) ../jnlib/libjnlib.a ../kbx/libkeybox.a \ +common_libs = $(libcommon) ../kbx/libkeybox.a ../jnlib/libjnlib.a \ ../gl/libgnu.a gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ |