fix header to work with Poco::AutoPtr

This commit is contained in:
Dario 2020-06-25 12:05:44 +02:00
parent 371d02a800
commit 7a9e32912b
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#include "../lib/DataTypeConverter.h"
#include "Passphrase.h"
KeyPairEd25519::KeyPairEd25519(MemoryBin* privateKey)
: mSodiumSecret(privateKey)

View File

@ -14,8 +14,7 @@
#include "sodium.h"
#include "AuthenticatedEncryption.h"
class Passphrase;
#include "Passphrase.h"
class KeyPairEd25519 : public IKeyPair
{