Avoid compilation errors about ambigouos "byte".

Not sure what exactly made that happen, but this change fixes it.
master^2
Marcel Schneider 2021-04-30 09:45:49 +02:00
parent bb098a8c50
commit 5c5df2e7ed
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),