Skip to content

Commit

Permalink
Merge pull request wolfSSL#717 from ejohnstown/scp-alloc
Browse files Browse the repository at this point in the history
Reduce SCP Allocations
  • Loading branch information
douzzer authored and jefferyq2 committed Oct 18, 2024
1 parent 43021cb commit fe4f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -7571,7 +7571,7 @@ static int DoUserAuthRequestEccCert(WOLFSSH* ssh, WS_UserAuthData_PublicKey* pk,
case WOLFSSH_USERAUTH_PARTIAL_SUCCESS:
WLOG(WS_LOG_DEBUG, "DUARPK: user auth partial success");
break;

case WOLFSSH_USERAUTH_WOULD_BLOCK:
WLOG(WS_LOG_DEBUG, "DUARPK: userauth callback would block");
break;
Expand Down

0 comments on commit fe4f5c5

Please sign in to comment.