From 7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 10 May 2024 11:21:56 -0400 Subject: add upstream 13.6 --- zen/argon2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zen/argon2.cpp') diff --git a/zen/argon2.cpp b/zen/argon2.cpp index 1250e545..5918b4b3 100644 --- a/zen/argon2.cpp +++ b/zen/argon2.cpp @@ -37,9 +37,9 @@ #include "argon2.h" #include -#include +//#include #include -#include +//#include #if defined __GNUC__ //including clang #pragma GCC diagnostic ignored "-Wimplicit-fallthrough" //"this statement may fall through" -- cgit