Update Crypto++ to release 8.5 (#3354)
* Update Crypto++ to stable version 8.5
* Avoid circular dependency using AlignedAllocate (1190da17ea
)
This commit is contained in:
parent
cd8e01722f
commit
4cd88f7d3e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1c34979592f7d5e5d73e265a9c8650cc006620d2
|
||||
Subproject commit f2102243e6fdd48c0b2a393a0993cca228f20573
|
Loading…
Add table
Add a link
Reference in a new issue