summaryrefslogtreecommitdiffstats
path: root/crypt/hybridcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/hybridcrypt.h')
-rw-r--r--crypt/hybridcrypt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/hybridcrypt.h b/crypt/hybridcrypt.h
index 5ed558a..343ce9b 100644
--- a/crypt/hybridcrypt.h
+++ b/crypt/hybridcrypt.h
@@ -120,7 +120,8 @@ private:
* @param pkey Der EVP_PKEY mit dem verschlüsselt wurde.
* @param aesData Der AES Key and IV.
*/
- void writeRsaHeader(QDataStream *outfileStream, EVP_PKEY *pkey, QByteArray aesData);
+ void writeRsaHeader(QDataStream *outfileStream, EVP_PKEY *pkey,
+ QByteArray aesData);
/**
* @brief Ließt einen Empfängerschlüssel aus einer Datei ein.