Skip to content

Commit 5d5315f

Browse files
authored
Merge pull request ClickHouse#78591 from ClickHouse/roll-your-own
Replace Poco::Crypto with own implementation
2 parents 971ca16 + c8d7459 commit 5d5315f

File tree

109 files changed

+1080
-8039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1080
-8039
lines changed

base/poco/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
add_subdirectory (Crypto)
21
add_subdirectory (Foundation)
32
add_subdirectory (JSON)
43
add_subdirectory (Net)

base/poco/Crypto/CMakeLists.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/Cipher.h

Lines changed: 0 additions & 141 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/CipherFactory.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

base/poco/Crypto/include/Poco/Crypto/CipherImpl.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)