From 4b1bcd45a69d24170872af32154801883a424090 Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Thu, 27 Jan 2022 14:52:49 +0000 Subject: [PATCH] move fips functions to separate class (#206) --- 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 5a7f3cd..1517fc6 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.StaticUtils.isFips; +import static com.forgerock.opendj.util.FipsStaticUtils.isFips; /** * This class provides SSL connection related utility functions. -- Gitblit v1.10.0