aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleTest.java
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2021-02-03 12:10:46 +0000
committerDaulet Zhanguzin <dauletz@google.com>2021-02-03 12:10:46 +0000
commit8c3e089df0baf7f7cd9ca4a23f69ef6e9535c4bd (patch)
treeec85bcc16e2eefcff90c5d8d5a75464428414639 /java/com/google/security/wycheproof/BouncyCastleTest.java
parent7f8ed30017f980f6b230063a95f52a1a1eac6787 (diff)
downloadwycheproof-8c3e089df0baf7f7cd9ca4a23f69ef6e9535c4bd.tar.gz
Run wycheproof tests against unbundled version of BouncyCastle
Test: Treehugger Change-Id: I4439fb6b1052d15589bad359d1e5cb447cdc8223
Diffstat (limited to 'java/com/google/security/wycheproof/BouncyCastleTest.java')
-rw-r--r--java/com/google/security/wycheproof/BouncyCastleTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/security/wycheproof/BouncyCastleTest.java b/java/com/google/security/wycheproof/BouncyCastleTest.java
index c5beb94..2da6bb8 100644
--- a/java/com/google/security/wycheproof/BouncyCastleTest.java
+++ b/java/com/google/security/wycheproof/BouncyCastleTest.java
@@ -20,7 +20,7 @@ import com.google.security.wycheproof.WycheproofRunner.Fast;
import com.google.security.wycheproof.WycheproofRunner.Provider;
import com.google.security.wycheproof.WycheproofRunner.ProviderType;
// Android-changed: Update import to account for jarjar
-import com.android.org.bouncycastle.jce.provider.BouncyCastleProvider;
+import com.android.internal.org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;