|
@@ -43,7 +43,7 @@ static int dpp_test_gen_invalid_key(struct wpabuf *msg,
|
|
|
const struct dpp_curve_params *curve);
|
|
|
#endif /* CONFIG_TESTING_OPTIONS */
|
|
|
|
|
|
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(OPENSSL_IS_BORINGSSL)
|
|
|
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
|
/* Compatibility wrappers for older versions. */
|
|
|
|
|
|
static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
|
|
@@ -811,7 +811,7 @@ static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info)
|
|
|
const unsigned char *pk;
|
|
|
int ppklen;
|
|
|
X509_ALGOR *pa;
|
|
|
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(OPENSSL_IS_BORINGSSL)
|
|
|
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
|
ASN1_OBJECT *pa_oid;
|
|
|
#else
|
|
|
const ASN1_OBJECT *pa_oid;
|