summaryrefslogtreecommitdiffstats
path: root/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'crypt')
-rw-r--r--crypt/hybridcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/hybridcrypt.h b/crypt/hybridcrypt.h
index 5357f33..35078be 100644
--- a/crypt/hybridcrypt.h
+++ b/crypt/hybridcrypt.h
@@ -94,7 +94,7 @@ public:
bool isUserKeyInitialised();
private:
- EVP_PKEY *userKeypair; // Enthält nur den privaten Schlüssel, da OpenSSL nicht mehr braucht.
+ EVP_PKEY *userKeypair; ///< Enthält nur den privaten Schlüssel, da OpenSSL nicht mehr braucht.
/**
* @brief Verschlüsselt den IV und den Key vom AES mit RSA.