You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ To build and install OpenSSL GOST Engine, you will need
10
10
* an ANSI C compiler
11
11
* CMake (3.0 or newer, 3.18 recommended)
12
12
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
+
13
18
Here is a quick build guide:
14
19
15
20
$ git clone https://github.com/gost-engine/engine
@@ -193,4 +198,4 @@ Each image contains:
193
198
- Command-line utilities
194
199
- Proper CA certificates configuration
195
200
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