We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f518894 commit e1c9590Copy full SHA for e1c9590
1 file changed
README.md
@@ -247,15 +247,15 @@ single file and recursive directory copy are supported with the default
247
send and receive callbacks.
248
249
To compile wolfSSH with scp support, use the `--enable-scp` build option
250
-or define `WOLFSSL_SCP`:
+or define `WOLFSSH_SCP`:
251
252
$ ./configure --enable-scp
253
$ make
254
255
For full API usage and implementation details, please see the wolfSSH User
256
Manual.
257
258
-The wolfSSL example server has been set up to accept a single scp request,
+The wolfSSH example server has been set up to accept a single scp request,
259
and is compiled by default when compiling the wolfSSH library. To start the
260
example server, run:
261
0 commit comments