From d829e5ba5aed73b4325072a23a667615ad757234 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 21 Mar 2017 09:13:50 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20build=20warning=20with=20redefinition=20o?= =?UTF-8?q?f=20typedef=20'WOLFSSL=5FCRL=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wolfssl/internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index 23db8760f..a54ee754d 100755 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -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