From 9e0f3efc2e2bb855d4ecff94ab26f6b294d841af Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Thu, 11 Jun 2026 13:44:57 +0300 Subject: [PATCH] Update OpenSSL to 3.5.7 WE2-1259 Signed-off-by: Raul Metsma --- README.md | 1 - vcpkg.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a74501c4..fc0d35b0 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,3 @@ service, run them inside `build` directory with: ## Development guidelines - Format code with `scripts/clang-format.sh` before committing -- See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) diff --git a/vcpkg.json b/vcpkg.json index 850584be..ef96211b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,14 +1,14 @@ { "name": "web-eid-app", "dependencies": ["openssl", "gtest"], - "builtin-baseline": "f77737496dabd44c63ecc599dc0f4d6cff30d0d5", + "builtin-baseline": "7849750896c86bd7a4a02ed760812dba321a4a9b", "vcpkg-configuration": { "registries": [ { "kind": "git", "repository": "https://github.com/open-eid/vcpkg-ports", "reference": "vcpkg-registry", - "baseline": "e841c32c534b9db3130a824992f4bacd79fae1bc", + "baseline": "230d98d5832f3bacd75e5af79adf34587d02846b", "packages": ["openssl"] } ]