improve comment about gpgv
authorMichael Schroeder <mls@suse.de>
Mon, 20 Jan 2014 11:26:51 +0000 (12:26 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 20 Jan 2014 11:26:51 +0000 (12:26 +0100)
ext/repo_pubkey.c

index f389283..c83bd55 100644 (file)
@@ -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)