From e4bf4ed03e5a5813f062b288e17c693560df9afd Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Fri, 28 Jan 2022 19:47:20 +0000 Subject: [PATCH] do not use fips when bc-fips classes not found (#207) --- opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java index 1517fc6..5a7f3cd 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java @@ -47,7 +47,7 @@ import com.forgerock.opendj.cli.ConnectionFactoryProvider; import static org.opends.messages.ToolMessages.*; -import static com.forgerock.opendj.util.FipsStaticUtils.isFips; +import static com.forgerock.opendj.util.StaticUtils.isFips; /** * This class provides SSL connection related utility functions. -- Gitblit v1.10.0