We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e45d1 commit 2b1c91cCopy full SHA for 2b1c91c
1 file changed
wolfclu/clu_header_main.h
@@ -43,6 +43,18 @@ extern "C" {
43
#endif
44
45
46
+#undef CRL_REASON_UNSPECIFIED
47
+#undef CRL_REASON_KEY_COMPROMISE
48
+#undef CRL_REASON_CA_COMPROMISE
49
+#undef CRL_REASON_AFFILIATION_CHANGED
50
+#undef CRL_REASON_SUPERSEDED
51
+#undef CRL_REASON_CESSATION_OF_OPERATION
52
+#undef CRL_REASON_CERTIFICATE_HOLD
53
+#undef CRL_REASON_REMOVE_FROM_CRL
54
+#undef CRL_REASON_PRIVILEGE_WITHDRAWN
55
+#undef CRL_REASON_AA_COMPROMISE
56
+
57
58
/* wolfssl includes */
59
#ifndef WOLFSSL_USER_SETTINGS
60
#include <wolfssl/options.h>
0 commit comments