fix for unused variable

This commit is contained in:
Jacob Barthelmeh
2018-03-21 09:16:43 -06:00
parent 0aa3b5fa0e
commit 90f97f4a5a

View File

@ -1211,7 +1211,9 @@ static const byte extExtKeyUsageOid[] = {85, 29, 37};
static const byte extNameConsOid[] = {85, 29, 30};
/* certAuthInfoType */
static const byte extAuthInfoOcspOid[] = {43, 6, 1, 5, 5, 7, 48, 1};
#ifdef HAVE_OCSP
static const byte extAuthInfoOcspOid[] = {43, 6, 1, 5, 5, 7, 48, 1};
#endif
static const byte extAuthInfoCaIssuerOid[] = {43, 6, 1, 5, 5, 7, 48, 2};
/* certPolicyType */