Skip to content

Commit

Permalink
Stop defining BORINGSSL_IMPLEMENTATION.
Browse files Browse the repository at this point in the history
The part of BoringSSL that used this isn't in *ring* any more.
  • Loading branch information
briansmith committed Mar 6, 2017
1 parent f66d641 commit 5b4e29a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ const CPP_FLAGS: &'static [&'static str] =
"-Wundef",
"-Wuninitialized",
"-Wwrite-strings",
"-DBORINGSSL_IMPLEMENTATION",
"-fno-strict-aliasing",
"-fvisibility=hidden",
"-Wno-cast-align"];
Expand Down

0 comments on commit 5b4e29a

Please sign in to comment.