From d09c6c1bd5da3e2d79351daeba304ca99976a726 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 18 Apr 2024 00:28:51 -0400 Subject: refactor!: Pushing what I have to dev --- tests/hex.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/hex.h') diff --git a/tests/hex.h b/tests/hex.h index 7c8080a..3348028 100644 --- a/tests/hex.h +++ b/tests/hex.h @@ -15,7 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License -* along with NativeHeapApi. If not, see http://www.gnu.org/licenses/. +* along with noscrypt. If not, see http://www.gnu.org/licenses/. */ @@ -26,13 +26,7 @@ #include #include -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L - #include - #define STATIC_ASSERT(x, m) static_assert(x, m) -#else - #define STATIC_ASSERT(x, m) - #pragma message("Static assertions are not supported by this language version") -#endif +#include "../src/internal/nc-util.h" typedef struct hexBytes { -- cgit