We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0628190 commit bc37a7bCopy full SHA for bc37a7b
1 file changed
crypto/fipsmodule/fips_shared_support.c
@@ -12,10 +12,9 @@
12
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
14
15
+#if defined(BORINGSSL_FIPS) && defined(BORINGSSL_SHARED_LIBRARY)
16
#include <stdint.h>
17
-
18
-#if defined(BORINGSSL_FIPS) && defined(BORINGSSL_SHARED_LIBRARY)
19
// BORINGSSL_bcm_text_hash is is default hash value for the FIPS integrity check
20
// that must be replaced with the real value during the build process. This
21
// value need only be distinct, i.e. so that we can safely search-and-replace it
0 commit comments