aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-io/source/io.c
diff options
context:
space:
mode:
authorilnaz <ilnaz@ydb.tech>2022-07-12 13:05:20 +0300
committerilnaz <ilnaz@ydb.tech>2022-07-12 13:05:20 +0300
commit8024ad9845857b76925a9179c32ab7b955e87f17 (patch)
tree0123a4ed5de9d7dfd8856dca4c647ca9368b3260 /contrib/restricted/aws/aws-c-io/source/io.c
parenteeebfbedb3ea4cab5c0aac178b683b7dd26b0bf6 (diff)
downloadydb-8024ad9845857b76925a9179c32ab7b955e87f17.tar.gz
Change queue metrics
Diffstat (limited to 'contrib/restricted/aws/aws-c-io/source/io.c')
-rw-r--r--contrib/restricted/aws/aws-c-io/source/io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/restricted/aws/aws-c-io/source/io.c b/contrib/restricted/aws/aws-c-io/source/io.c
index 55b9d0eb13..82145c996f 100644
--- a/contrib/restricted/aws/aws-c-io/source/io.c
+++ b/contrib/restricted/aws/aws-c-io/source/io.c
@@ -282,6 +282,11 @@ static struct aws_error_info s_errors[] = {
AWS_DEFINE_ERROR_INFO_IO(
AWS_ERROR_PKCS11_ENCODING_ERROR,
"A PKCS#11 (Cryptoki) library function was unable to ASN.1 (DER) encode a data structure. See log for more details."),
+ AWS_DEFINE_ERROR_INFO_IO(
+ AWS_IO_TLS_ERROR_DEFAULT_TRUST_STORE_NOT_FOUND,
+ "Default TLS trust store not found on this system."
+ " Trusted CA certificates must be installed,"
+ " or \"override default trust store\" must be used while creating the TLS context."),
};
/* clang-format on */