aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-05 18:40:10 +0000
committerWerner Koch <[email protected]>2004-04-05 18:40:10 +0000
commitedf5d2bd31b676e044c7798f5934bbffcd194d8e (patch)
treef5582ce57e8a9d147903f131776dd13a6a9f2dba /tests/gpgsm
parent* verify.c (parse_error): Compare only the last part of the where (diff)
downloadgpgme-edf5d2bd31b676e044c7798f5934bbffcd194d8e.tar.gz
gpgme-edf5d2bd31b676e044c7798f5934bbffcd194d8e.zip
* gpgme.h: Add GPGME_STATUS_NEWSIG.
* gpgsm/Makefile.am: Changed the faked system time to 20011213T12000.
Diffstat (limited to 'tests/gpgsm')
-rw-r--r--tests/gpgsm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index ad114a55..ba2e8d5a 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -51,7 +51,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
+ echo faked-system-time 1008241200 >> ./gpgsm.conf
./private-keys-v1.d/$(key_id).key: $(srcdir)/$(key_id)
test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d