From 3843944ff947050189ee333fb8a2caddf9bc0ca5 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Wed, 28 Jan 2026 17:11:25 +0200 Subject: [PATCH] add `openssl-devel-engine` dependency for F43+ Solution prevents missed `#include ` header on build --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9d3fa5f91..fd19c1c25 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,11 @@ To build and install OpenSSL GOST Engine, you will need * an ANSI C compiler * CMake (3.0 or newer, 3.18 recommended) +* [Fedora 43: Disabling support of building OpenSSL engines](https://discussion.fedoraproject.org/t/f43-change-proposal-disabling-support-of-building-openssl-engines-system-wide) (``) +``` bash +sudo dnf install openssl-devel-engine +``` + Here is a quick build guide: $ git clone https://github.com/gost-engine/engine @@ -193,4 +198,4 @@ Each image contains: - Command-line utilities - Proper CA certificates configuration -The images are optimized for size and include only runtime dependencies. \ No newline at end of file +The images are optimized for size and include only runtime dependencies.