Fix build warning with redefinition of typedef 'WOLFSSL_CRL’.

This commit is contained in:
David Garske 2017-03-21 09:13:50 -07:00
parent 4cb891334d
commit d829e5ba5a

View File

@ -1497,10 +1497,6 @@ struct CRL_Monitor {
};
#ifndef HAVE_CRL
typedef struct WOLFSSL_CRL WOLFSSL_CRL;
#endif
#if defined(HAVE_CRL) && defined(NO_FILESYSTEM)
#undef HAVE_CRL_MONITOR
#endif