From 4cd88f7d3e2b2d30ae7d3ae2c37b7033c3f5c3d0 Mon Sep 17 00:00:00 2001 From: Sergey Kroshnin Date: Fri, 25 Jun 2021 13:57:06 +0300 Subject: [PATCH] Update Crypto++ to release 8.5 (#3354) * Update Crypto++ to stable version 8.5 * Avoid circular dependency using AlignedAllocate (https://github.com/weidai11/cryptopp/commit/1190da17eaae1874610a27cb2303cb91d6da20dc) --- CMakeLists.txt | 1 + crypto/cryptopp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c86e995..9f0fc77d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,6 +464,7 @@ set(CRYPTOPP_LIBRARY cryptopp) add_library( cryptopp crypto/cryptopp/algparam.cpp + crypto/cryptopp/allocate.cpp crypto/cryptopp/asn.cpp crypto/cryptopp/basecode.cpp crypto/cryptopp/cpu.cpp diff --git a/crypto/cryptopp b/crypto/cryptopp index 1c349795..f2102243 160000 --- a/crypto/cryptopp +++ b/crypto/cryptopp @@ -1 +1 @@ -Subproject commit 1c34979592f7d5e5d73e265a9c8650cc006620d2 +Subproject commit f2102243e6fdd48c0b2a393a0993cca228f20573