From 2308ca264f8a18f42cac4de0667fa9d6a723c197 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 16 May 2019 19:11:01 -0400 Subject: [PATCH] Fix compile due to typo --- config_cxx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_cxx.h b/config_cxx.h index 02823ce0..6ce8610a 100644 --- a/config_cxx.h +++ b/config_cxx.h @@ -179,7 +179,7 @@ #ifndef CRYPTOPP_DISABLE_UNCAUGHT_EXCEPTION # define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE -#endifss +#endif // OK to comment the following out, but please report it so we can fix it. // C++17 value taken from http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4567.pdf.