Skip to content

Commit d3f829e

Browse files
authored
Merge pull request #511 from oooo-ps/oooo-ps-patch-1
add `openssl-devel-engine` dependency for F43+
2 parents 201c1f9 + 3843944 commit d3f829e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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)