one include guard in worng place

ENGINE-872
Sofia Balicka 2 years ago
parent fe9a6cb363
commit 004adba326

@ -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

Loading…
Cancel
Save