aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-16 17:56:23 +0000
committerWerner Koch <[email protected]>2001-11-16 17:56:23 +0000
commit0f26760d9f550fd9aaa7d0c4f18f8571b7818142 (patch)
treef4c3c0756bdd5df1a9c370947c269fdd997542bb /sm/keydb.h
parentWe have reached a state where we are able to import certs and (diff)
downloadgnupg-0f26760d9f550fd9aaa7d0c4f18f8571b7818142.tar.gz
gnupg-0f26760d9f550fd9aaa7d0c4f18f8571b7818142.zip
Base code for gpgsm --verify does work
Diffstat (limited to 'sm/keydb.h')
-rw-r--r--sm/keydb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/keydb.h b/sm/keydb.h
index 71f457fef..7029d0796 100644
--- a/sm/keydb.h
+++ b/sm/keydb.h
@@ -58,6 +58,7 @@ int keydb_search_fpr (KEYDB_HANDLE hd, const byte *fpr);
int keydb_search_issuer (KEYDB_HANDLE hd, const char *issuer);
int keydb_search_issuer_sn (KEYDB_HANDLE hd,
const char *issuer, const unsigned char *serial);
+int keydb_search_subject (KEYDB_HANDLE hd, const char *issuer);
#endif /*GNUPG_KEYDB_H*/