From 35f4b0447a9d130f5dfd1d21ffb3cb35fdb1b8e1 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 23 Feb 2024 10:13:47 +0100 Subject: [PATCH] declered why2_chat_generate_keys fn --- include/chat/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index cb7d0c7..3871350 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -23,7 +23,7 @@ along with this program. If not, see . extern "C" { #endif -//STUFF +void why2_chat_generate_keys(void); //GENERATE RSA KEYS #ifdef __cplusplus }