aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-12-23 21:06:38 +0000
committerMarcus Brinkmann <[email protected]>2002-12-23 21:06:38 +0000
commitc60bcb31ade3f86eeb96d38ffbbca399131a5da3 (patch)
tree25fe399b7b16608e67142e56cb0ce5a31b047153 /tests/gpgsm/Makefile.am
parent2002-12-23 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-c60bcb31ade3f86eeb96d38ffbbca399131a5da3.tar.gz
gpgme-c60bcb31ade3f86eeb96d38ffbbca399131a5da3.zip
2002-12-23 Marcus Brinkmann <[email protected]>
* gpgsm/Makefile.am (./gpgsm.conf): Add a faked system time to avoid certification's expiry. * gpgsm/t-encrypt.c (main): Use the short certification name.
Diffstat (limited to '')
-rw-r--r--tests/gpgsm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index b8f966b1..ab4d2d91 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -46,6 +46,7 @@ all-local: ./pubring.kbx ./gpgsm.conf ./private-keys-v1.d/$(key_id).key ./trustl
./gpgsm.conf:
echo disable-crl-checks > ./gpgsm.conf
+ echo faked-system-time 1038908198 >> ./gpgsm.conf
./private-keys-v1.d/$(key_id).key: $(srcdir)/$(key_id)
test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d