fix challenge pwd init bug

This commit is contained in:
toddouska 2014-01-24 14:08:14 -08:00
parent 21c9eb7b22
commit c0f9780c70

View File

@ -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
}