From: Michael Schroeder Date: Mon, 20 Jan 2014 11:26:51 +0000 (+0100) Subject: improve comment about gpgv X-Git-Tag: 0.6.4~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33d89b262c86babbec4b8e42b936d1a61dac03e;p=thirdparty%2Flibsolv.git improve comment about gpgv --- diff --git a/ext/repo_pubkey.c b/ext/repo_pubkey.c index f389283d..c83bd55e 100644 --- a/ext/repo_pubkey.c +++ b/ext/repo_pubkey.c @@ -1195,7 +1195,7 @@ repo_find_pubkey(Repo *repo, const char *keyid) #ifdef ENABLE_PGPVRFY -/* warning: does not check key expiry/revokation, like gpgv or rpm */ +/* warning: does not check key expiry/revokation, same as with gpgv or rpm */ /* returns the Id of the pubkey that verified the signature */ Id repo_verify_sigdata(Repo *repo, unsigned char *sigdata, int sigdatal, const char *keyid)