fix challenge pwd init bug
This commit is contained in:
parent
21c9eb7b22
commit
c0f9780c70
@ -3893,6 +3893,10 @@ void InitCert(Cert* cert)
|
||||
cert->subject.unit[0] = '\0';
|
||||
cert->subject.commonName[0] = '\0';
|
||||
cert->subject.email[0] = '\0';
|
||||
|
||||
#ifdef CYASSL_CERT_REQ
|
||||
cert->challengePw[0] ='\0';
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user