Skip to content

Commit ab04c01

Browse files
authored
Merge pull request #172 from night1rider/enable_openssh_wolfengine
Updating need for --enable-openssh for wolfEngine
2 parents 1590f81 + fee1bc4 commit ab04c01

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

wolfEngine/src/chapter03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ By default, wolfEngine only builds a shared library, with building of a static l
202202
| --enable-p384 | Enabled | Enable EC Curve P-384 |
203203
| --enable-p521 | Enabled | Enable EC Curve P-521 |
204204
| --with-openssl=DIR | | OpenSSL installation location to link against. If not set, use the system default library and include paths. |
205+
| --enable-openssh | **Disabled** | Enables use with openssh |
205206

206207
## Build Defines
207208

wolfEngine/src/chapter10.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ stunnel has been tested with wolfEngine. Notes coming soon.
2323

2424
## OpenSSH
2525

26+
To use wolfEngine with OpenSSH you will need to add `--enable-openssh` to the `./configure` line of wolfEngine.
27+
2628
OpenSSH needs to be compiled with OpenSSL engine support using the `--with-ssl-engine` configure option. If needed, `--with-ssl-dir=DIR` can also be used to specify the installation location of the OpenSSL library being used:
2729
```
2830
$ cd openssh

0 commit comments

Comments
 (0)