From 5329bdc5fbae79f753fc06c1f5ac6caa59fa233c Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Fri, 9 Apr 2021 12:22:43 +0200 Subject: [PATCH] missing endif --- src/headers/tomcrypt_cfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/headers/tomcrypt_cfg.h b/src/headers/tomcrypt_cfg.h index 0cffad92..ac3c81cf 100644 --- a/src/headers/tomcrypt_cfg.h +++ b/src/headers/tomcrypt_cfg.h @@ -309,3 +309,5 @@ typedef unsigned long ltc_mp_digit; # define LTC_DEPRECATED(s) # define LTC_DEPRECATED_PRAGMA(s) #endif + +#endif /* TOMCRYPT_CFG_H */