Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/boringssl/boringssl_unittest.cc

Issue 890443002: Roll BoringSSL 347f025..a87de9b. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add in a87de9b to fix windows compilation Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_unittest.cc
diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
index 177298f55d663954b9f4832695f6dd4b848c1a44..4cc0804a81aef9e9ad8b5065c0c093b4fc62b5c3 100644
--- a/third_party/boringssl/boringssl_unittest.cc
+++ b/third_party/boringssl/boringssl_unittest.cc
@@ -232,6 +232,10 @@ TEST(BoringSSL, PQueue) {
TestSimple("pqueue_test");
}
-TEST(BoringSSL, HKDF) {
+TEST(BoringSSL, HKDF) {
TestSimple("hkdf_test");
}
+
+TEST(BoringSSL, PBKDF) {
+ TestSimple("pbkdf_test");
+}
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698