From 3b3af1b0963d975191c74723c71c80bdde9e5c38 Mon Sep 17 00:00:00 2001 From: maximthomas <maxim.thomas@gmail.com> Date: Wed, 26 Jan 2022 15:08:48 +0000 Subject: [PATCH] move fips functions to separate class --- 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