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

Commit 414d5344 authored by Tobias Thierer's avatar Tobias Thierer Committed by Gerrit Code Review
Browse files

Merge "Check FIPS_mode() rather than explicitly calling BORINGSSL_self_test."

parents cbc3d5d0 13032d24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
namespace {

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

static const JNINativeMethod methods[] = {