renamed remaining *GPG* names into *PGP*

This commit is contained in:
csoler 2021-10-29 19:02:09 +02:00
parent 5e37bd42e4
commit fdac22f49c
12 changed files with 48 additions and 48 deletions

View file

@ -34,7 +34,7 @@ PgpAuxUtilsImpl::PgpAuxUtilsImpl()
const RsPgpId& PgpAuxUtilsImpl::getPGPOwnId()
{
return AuthPGP::getGPGOwnId();
return AuthPGP::getPGPOwnId();
}
RsPgpId PgpAuxUtilsImpl::getPGPId(const RsPeerId& sslid)
@ -59,7 +59,7 @@ bool PgpAuxUtilsImpl::VerifySignBin(const void *data,
bool PgpAuxUtilsImpl::getGPGAllList(std::list<RsPgpId> &ids)
{
return AuthPGP::getGPGAllList(ids);
return AuthPGP::getPGPAllList(ids);
}
bool PgpAuxUtilsImpl::parseSignature(unsigned char *sign, unsigned int signlen, RsPgpId& issuer) const