From 766fab74a2ce232b62d7d41389bfeb59a76e0b25 Mon Sep 17 00:00:00 2001 From: user <60944239+wipedlifepotato@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:48:01 +0000 Subject: [PATCH] fix typing --- libi2pd/PostQuantum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/PostQuantum.h b/libi2pd/PostQuantum.h index 755ea88b..904dc8e9 100644 --- a/libi2pd/PostQuantum.h +++ b/libi2pd/PostQuantum.h @@ -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;