From b977d0dd4042961f16918dc8088fea58fb6ed6b2 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 29 Jan 2025 20:50:54 +0100 Subject: [PATCH] removed unused key macro and renamed the key file --- include/chat/crypto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index 23d8392..984f13b 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -29,8 +29,7 @@ extern "C" { #define WHY2_CHAT_ECC NID_secp521r1 //CURVE NAME #define WHY2_CHAT_KEY_LOCATION WHY2_CONFIG_DIR "/keys" //KEYS LOCATION -#define WHY2_CHAT_PUB_KEY "pub" -#define WHY2_CHAT_PRI_KEY "pri" +#define WHY2_CHAT_KEY "secp521r1.pem" void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) ECC KEYS void why2_chat_deallocate_keys(void); //DEALLOCATE :) (NO SLUR HERE)