From 004adba3260d96ac2ceecd50a11b7b2350cb8045 Mon Sep 17 00:00:00 2001 From: Sofia Balicka Date: Mon, 21 Dec 2020 19:31:21 +0100 Subject: [PATCH] one include guard in worng place --- src/pEp_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pEp_internal.h b/src/pEp_internal.h index 8db63c60..73f46ecc 100644 --- a/src/pEp_internal.h +++ b/src/pEp_internal.h @@ -4,11 +4,10 @@ * @license GNU General Public License 3.0 - see LICENSE.txt */ -// maximum attachment size to import as key 25MB, maximum of 20 attachments - #ifndef PEP_INTERNAL_H #define PEP_INTERNAL_H +// maximum attachment size to import as key 25MB, maximum of 20 attachments #define MAX_KEY_SIZE (25 * 1024 * 1024) #define MAX_KEYS_TO_IMPORT 20