Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63522e8f authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Check FIPS_mode() rather than explicitly calling BORINGSSL_self_test." am: 414d5344

am: 80809d6d

Change-Id: I938bdb6cf443f97895427e71f75e11f15ae5e7e8
parents 6d4ac268 80809d6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
namespace {
namespace {


static jint runSelfTest(JNIEnv* env, jobject /* clazz */) {
static jint runSelfTest(JNIEnv* env, jobject /* clazz */) {
    return BORINGSSL_self_test();
    return FIPS_mode();
}
}


static const JNINativeMethod methods[] = {
static const JNINativeMethod methods[] = {