Fixups for the flatpak build

master
Johan Ouwerkerk 2020-02-08 16:54:52 +01:00
parent 8bd765e385
commit e5929e7dd5
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
*/
#include "hmac.h"
static QByteArray hmac_stage(QCryptographicHash::Algorithm algorithm, char * const keyBuf, int ksize, int blockSize, const char fillPad, const char xorKey, const QByteArray &message)
{
QCryptographicHash hash(algorithm);

View File

@ -9,6 +9,7 @@
#include <QCryptographicHash>
#include <QDateTime>
#include <functional>
#include <optional>
namespace oath