fix ecc w/o openssl extra

This commit is contained in:
toddouska
2014-02-01 11:37:08 -08:00
parent 5616450a4b
commit c14bc1a45c

View File

@ -343,10 +343,10 @@ struct DecodedCert {
word32 extAuthKeyIdSz; word32 extAuthKeyIdSz;
byte* extSubjKeyIdSrc; byte* extSubjKeyIdSrc;
word32 extSubjKeyIdSz; word32 extSubjKeyIdSz;
#ifdef HAVE_ECC
word32 pkCurveOID; /* Public Key's curve OID */
#endif /* HAVE_ECC */
#endif #endif
#ifdef HAVE_ECC
word32 pkCurveOID; /* Public Key's curve OID */
#endif /* HAVE_ECC */
byte* beforeDate; byte* beforeDate;
int beforeDateLen; int beforeDateLen;
byte* afterDate; byte* afterDate;