Merge pull request #448 from ejohnstown/old-gcc

Old Compiler Warning Cleanup (GCC 4.0.2)
pull/450/head
JacobBarthelmeh 2022-08-31 16:36:22 -06:00 committed by GitHub
commit 67878bbec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5038,7 +5038,7 @@ static int DoUserAuthRequestPublicKey(WOLFSSH* ssh, WS_UserAuthData* authData,
WS_UserAuthData_PublicKey* pk = NULL;
int ret = WS_SUCCESS;
int authFailure = 0;
byte pkTypeId;
byte pkTypeId = ID_NONE;
byte* pkOk = NULL;
word32 pkOkSz = 0;
#ifdef WOLFSSH_CERTS