File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ test_extract_subject (void)
27
27
}
28
28
#endif
29
29
30
- #ifdef MONGOC_ENABLE_SSL_OPENSSL
30
+ #ifdef MONGOC_ENABLE_OCSP_OPENSSL
31
31
/* Test parsing a DER encoded tlsfeature extension contents for the
32
32
* status_request (value 5). This is a SEQUENCE of INTEGER. libmongoc assumes
33
33
* this is a sequence of one byte integers. */
@@ -84,7 +84,7 @@ test_tlsfeature_parsing (void)
84
84
/* An integer with length > 1. Parsing fails. */
85
85
_expect_malformed ("\x30\x03\x02\x02\x05\x05" , 6 );
86
86
}
87
- #endif
87
+ #endif /* MONGOC_ENABLE_OCSP_OPENSSL */
88
88
89
89
void
90
90
test_x509_install (TestSuite * suite )
@@ -93,7 +93,7 @@ test_x509_install (TestSuite *suite)
93
93
TestSuite_Add (suite , "/X509/extract_subject" , test_extract_subject );
94
94
#endif
95
95
96
- #ifdef MONGOC_ENABLE_SSL_OPENSSL
96
+ #ifdef MONGOC_ENABLE_OCSP_OPENSSL
97
97
TestSuite_Add (suite , "/X509/tlsfeature_parsing" , test_tlsfeature_parsing );
98
98
#endif
99
99
}
You can’t perform that action at this time.
0 commit comments