aboutsummaryrefslogtreecommitdiffstats
path: root/sm/encrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-14 13:09:51 +0000
committerWerner Koch <[email protected]>2001-12-14 13:09:51 +0000
commite8cc8e4064764546a7629570f22bcf5d65d460d7 (patch)
tree02101c0fb40908fbfaa8ec4c7070701510e183b0 /sm/encrypt.c
parent* keylist.c (list_cert_colon): Print alternative names of subject (diff)
downloadgnupg-e8cc8e4064764546a7629570f22bcf5d65d460d7.tar.gz
gnupg-e8cc8e4064764546a7629570f22bcf5d65d460d7.zip
Fixed test key
Diffstat (limited to 'sm/encrypt.c')
-rw-r--r--sm/encrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/encrypt.c b/sm/encrypt.c
index 8465c87b6..7037f275f 100644
--- a/sm/encrypt.c
+++ b/sm/encrypt.c
@@ -62,7 +62,7 @@ static KsbaCert
get_default_recipient (void)
{
const char key[] =
- "/CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=#44FC7373656C646F7266#,C=DE";
+ "CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=Düsseldorf,C=DE";
KEYDB_SEARCH_DESC desc;
KsbaCert cert = NULL;