Skip to content

Commit e1c9590

Browse files
committed
Update Readme
1. Fixed a couple spots where the wolfSSL name was used instead of wolfSSH.
1 parent f518894 commit e1c9590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ single file and recursive directory copy are supported with the default
247247
send and receive callbacks.
248248

249249
To compile wolfSSH with scp support, use the `--enable-scp` build option
250-
or define `WOLFSSL_SCP`:
250+
or define `WOLFSSH_SCP`:
251251

252252
$ ./configure --enable-scp
253253
$ make
254254

255255
For full API usage and implementation details, please see the wolfSSH User
256256
Manual.
257257

258-
The wolfSSL example server has been set up to accept a single scp request,
258+
The wolfSSH example server has been set up to accept a single scp request,
259259
and is compiled by default when compiling the wolfSSH library. To start the
260260
example server, run:
261261

0 commit comments

Comments
 (0)