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;
byte* extSubjKeyIdSrc;
word32 extSubjKeyIdSz;
#ifdef HAVE_ECC
word32 pkCurveOID; /* Public Key's curve OID */
#endif /* HAVE_ECC */
#endif
#ifdef HAVE_ECC
word32 pkCurveOID; /* Public Key's curve OID */
#endif /* HAVE_ECC */
byte* beforeDate;
int beforeDateLen;
byte* afterDate;