Skip to content

Commit c358b9b

Browse files
authored
Replace base64 and picosha2 with BoringSSL alternatives. (#169)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent b2e0caf commit c358b9b

File tree

5 files changed

+18
-508
lines changed

5 files changed

+18
-508
lines changed

BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ cc_library(
2626
"src/*.cc",
2727
"src/common/*.h",
2828
"src/null/*.cc",
29-
"src/third_party/*.h",
30-
"src/third_party/*.cc",
3129
]),
3230
deps = [
3331
":include",

src/third_party/base64.cc

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/third_party/base64.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)