forked from wolfSSL/wolfssl
Merge pull request #814 from dgarske/fix_crl_redef
Fix build warning with redefinition of typedef 'WOLFSSL_CRL’
This commit is contained in:
@ -1497,10 +1497,6 @@ struct CRL_Monitor {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef HAVE_CRL
|
|
||||||
typedef struct WOLFSSL_CRL WOLFSSL_CRL;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_CRL) && defined(NO_FILESYSTEM)
|
#if defined(HAVE_CRL) && defined(NO_FILESYSTEM)
|
||||||
#undef HAVE_CRL_MONITOR
|
#undef HAVE_CRL_MONITOR
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user