Skip to content

Commit

Permalink
Updating need for --enable-openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
night1rider committed Dec 2, 2024
1 parent 1590f81 commit fee1bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions wolfEngine/src/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ By default, wolfEngine only builds a shared library, with building of a static l
| --enable-p384 | Enabled | Enable EC Curve P-384 |
| --enable-p521 | Enabled | Enable EC Curve P-521 |
| --with-openssl=DIR | | OpenSSL installation location to link against. If not set, use the system default library and include paths. |
| --enable-openssh | **Disabled** | Enables use with openssh |

## Build Defines

Expand Down
2 changes: 2 additions & 0 deletions wolfEngine/src/chapter10.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ stunnel has been tested with wolfEngine. Notes coming soon.

## OpenSSH

To use wolfEngine with OpenSSH you will need to add `--enable-openssh` to the `./configure` line of wolfEngine.

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:
```
$ cd openssh
Expand Down

0 comments on commit fee1bc4

Please sign in to comment.