aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Crypto
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/poco/Crypto
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/poco/Crypto')
-rw-r--r--contrib/libs/poco/Crypto/ya.make54
1 files changed, 0 insertions, 54 deletions
diff --git a/contrib/libs/poco/Crypto/ya.make b/contrib/libs/poco/Crypto/ya.make
deleted file mode 100644
index cb1da75124..0000000000
--- a/contrib/libs/poco/Crypto/ya.make
+++ /dev/null
@@ -1,54 +0,0 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
-OWNER(
- orivej
- g:cpp-contrib
-)
-
-LICENSE(BSL-1.0)
-
-LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-
-PEERDIR(
- contrib/libs/openssl
- contrib/libs/poco/Foundation
-)
-
-ADDINCL(
- GLOBAL contrib/libs/poco/Crypto/include
- contrib/libs/poco/Crypto/src
- contrib/libs/poco/Foundation/include
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_UTIL()
-
-SRCS(
- src/Cipher.cpp
- src/CipherFactory.cpp
- src/CipherImpl.cpp
- src/CipherKey.cpp
- src/CipherKeyImpl.cpp
- src/CryptoException.cpp
- src/CryptoStream.cpp
- src/CryptoTransform.cpp
- src/DigestEngine.cpp
- src/ECDSADigestEngine.cpp
- src/ECKey.cpp
- src/ECKeyImpl.cpp
- src/EVPPKey.cpp
- src/KeyPair.cpp
- src/KeyPairImpl.cpp
- src/OpenSSLInitializer.cpp
- src/PKCS12Container.cpp
- src/RSACipherImpl.cpp
- src/RSADigestEngine.cpp
- src/RSAKey.cpp
- src/RSAKeyImpl.cpp
- src/X509Certificate.cpp
-)
-
-END()