Skip to content

Commit

Permalink
initialize hash type
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jul 23, 2021
1 parent 784567e commit a353cae
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 @@ -6668,7 +6668,7 @@ int SendKexDhReply(WOLFSSH* ssh)
byte* output;
word32 idx;
byte msgId = MSGID_KEXDH_REPLY;
enum wc_HashType enmhashId;
enum wc_HashType enmhashId = WC_HASH_TYPE_NONE;
#ifndef WOLFSSH_NO_DH
byte *y_ptr = NULL;
const byte* primeGroup = NULL;
Expand Down

0 comments on commit a353cae

Please sign in to comment.