Skip to content

Commit 3843944

Browse files
authored
add openssl-devel-engine dependency for F43+
Solution prevents missed `#include <openssl/engine.h>` header on build
1 parent 201c1f9 commit 3843944

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ To build and install OpenSSL GOST Engine, you will need
1010
* an ANSI C compiler
1111
* CMake (3.0 or newer, 3.18 recommended)
1212

13+
* [Fedora 43: Disabling support of building OpenSSL engines](https://discussion.fedoraproject.org/t/f43-change-proposal-disabling-support-of-building-openssl-engines-system-wide) (`<openssl/engine.h>`)
14+
``` bash
15+
sudo dnf install openssl-devel-engine
16+
```
17+
1318
Here is a quick build guide:
1419

1520
$ git clone https://github.com/gost-engine/engine
@@ -193,4 +198,4 @@ Each image contains:
193198
- Command-line utilities
194199
- Proper CA certificates configuration
195200

196-
The images are optimized for size and include only runtime dependencies.
201+
The images are optimized for size and include only runtime dependencies.

0 commit comments

Comments
 (0)