electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

chore: revert backport of legacy OCSP APIs in boringssl #684

Closed nornagon closed 6 years ago

nornagon commented 6 years ago

This reverts commit 714d2ea8908e1659b16bdb1bbf525b9ad5c8a84b (PR #628).

  1. This didn't actually fix the test. The test was actually fixed by electron/node#46.
  2. This change actually doesn't even enable usage of the OCSP APIs in node, because node expects the functions to be macros and checks for them with #ifdef, but boringssl defines the functions as real functions, so #ifdef doesn't detect that they're defined.