mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix header to work with Poco::AutoPtr
This commit is contained in:
parent
371d02a800
commit
7a9e32912b
@ -6,7 +6,7 @@
|
||||
|
||||
#include "../lib/DataTypeConverter.h"
|
||||
|
||||
#include "Passphrase.h"
|
||||
|
||||
|
||||
KeyPairEd25519::KeyPairEd25519(MemoryBin* privateKey)
|
||||
: mSodiumSecret(privateKey)
|
||||
|
||||
@ -14,8 +14,7 @@
|
||||
|
||||
#include "sodium.h"
|
||||
#include "AuthenticatedEncryption.h"
|
||||
|
||||
class Passphrase;
|
||||
#include "Passphrase.h"
|
||||
|
||||
class KeyPairEd25519 : public IKeyPair
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user