Merge pull request 'Avoid compilation errors about ambigouos "byte".' (#1) from msc/downloadclient:msc-patch-1 into master

Reviewed-on: pEp.foundation/downloadclient#1
master
Volker Birk 2022-08-23 20:56:47 +02:00
commit 8b4a1b4ed2
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
namespace pEp {
namespace UpdateClient {
using namespace CryptoPP;
using byte = CryptoPP::byte;
UpdateDevice::UpdateDevice(const product p)
: _https({HTTPSDevice()}, ios::binary), _p(p),