aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleAllTests.java
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-12 02:06:02 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-12 02:06:02 +0000
commitd80bc0bca382d9d606b4ac2ec53fc695bc95b2ac (patch)
treec184b5392ea92544d6c05fac120fc540ade597d8 /java/com/google/security/wycheproof/BouncyCastleAllTests.java
parentcf956855febd68a7222fce9dc9122d3c704a35ef (diff)
parent5efa3e20988971391236852198ec08ba0e1f5c91 (diff)
downloadwycheproof-android12-d1-s2-release.tar.gz
Change-Id: Ie8ad8b7af6de549bc009b5c3732a7e4b57ee1181
Diffstat (limited to 'java/com/google/security/wycheproof/BouncyCastleAllTests.java')
-rw-r--r--java/com/google/security/wycheproof/BouncyCastleAllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/security/wycheproof/BouncyCastleAllTests.java b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
index 2ce1290..67de46d 100644
--- a/java/com/google/security/wycheproof/BouncyCastleAllTests.java
+++ b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
@@ -19,7 +19,7 @@ package com.google.security.wycheproof;
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;