mirror of https://github.com/wolfSSL/wolfssh.git
Updated many functions with better error checking.
parent
1e77d1595b
commit
4041ecf408
1098
src/internal.c
1098
src/internal.c
File diff suppressed because it is too large
Load Diff
|
@ -67,7 +67,8 @@ enum WS_ErrorCodes {
|
|||
WS_RESOURCE_E = -25, /* insufficient resources for new channel */
|
||||
WS_INVALID_CHANTYPE = -26, /* invalid channel type */
|
||||
WS_INVALID_CHANID = -27,
|
||||
WS_INVALID_USERNAME = -28
|
||||
WS_INVALID_USERNAME = -28,
|
||||
WS_CRYPTO_FAILED = -29 /* crypto action failed */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue