aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleAllTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/security/wycheproof/BouncyCastleAllTests.java')
-rw-r--r--java/com/google/security/wycheproof/BouncyCastleAllTests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/google/security/wycheproof/BouncyCastleAllTests.java b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
index 47a4dcf..7bf5792 100644
--- a/java/com/google/security/wycheproof/BouncyCastleAllTests.java
+++ b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
@@ -18,7 +18,8 @@ package com.google.security.wycheproof;
import com.google.security.wycheproof.WycheproofRunner.Provider;
import com.google.security.wycheproof.WycheproofRunner.ProviderType;
-import org.bouncycastle.jce.provider.BouncyCastleProvider;
+// Android-changed: Update import to account for jarjar
+import com.android.org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;