File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ resources(client-resources.global
2222 ${YDB_SDK_SOURCE_DIR} /src/client/resources/ydb_sdk_version.txt
2323 ${YDB_SDK_SOURCE_DIR} /src/client/resources/ydb_root_ca.pem
2424 KEYS
25- ydb_sdk_version .txt
26- ydb_root_ca .pem
25+ ydb_sdk_version_v3 .txt
26+ ydb_root_ca_v3 .pem
2727)
2828
2929_ydb_sdk_make_client_component(Resources client-resources client-resources.global )
Original file line number Diff line number Diff line change 55namespace NYdb ::inline V3 {
66
77std::string GetRootCertificate () {
8- return NResource::Find (" ydb_root_ca .pem" );
8+ return NResource::Find (" ydb_root_ca_v3 .pem" );
99}
1010
1111} // namespace NYdb
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const char* YDB_CLIENT_CAPABILITY_SESSION_BALANCER = "session-balancer";
2929
3030
3131std::string GetSdkSemver () {
32- return NResource::Find (" ydb_sdk_version .txt" );
32+ return NResource::Find (" ydb_sdk_version_v3 .txt" );
3333}
3434
3535} // namespace NYdb
You can’t perform that action at this time.
0 commit comments