mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-28 05:14:25 +00:00
fix typing
This commit is contained in:
@@ -80,7 +80,7 @@ namespace crypto
|
||||
void FreeKeys(void);
|
||||
const std::string m_Name;
|
||||
const size_t m_KeyLen, m_CTLen;
|
||||
#ifndef LIBRESSL
|
||||
#if !LIBRESSL
|
||||
EVP_PKEY * m_Pkey;
|
||||
#else
|
||||
MLKEM_private_key * m_Pkey;
|
||||
|
||||
Reference in New Issue
Block a user