Skip to content

Commit

Permalink
Merge pull request #69 from uprightech/version_4.4.1
Browse files Browse the repository at this point in the history
Version 4.4.1
  • Loading branch information
uprightech authored Jun 22, 2022
2 parents 663f2ae + 62b4198 commit f44bc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/src/main/java/org/gluu/radius/ServerEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.gluu.radius.service.RadiusClientService;
import org.gluu.radius.service.ServerConfigService;
import org.gluu.persist.service.StandalonePersistanceFactoryService;

import org.gluu.util.security.SecurityProviderUtility;

public class ServerEntry {

Expand Down Expand Up @@ -292,7 +292,7 @@ private static final String generateRadiatorConfiguration(ServerConfigService sc

private static final boolean initSecurity() {

Security.addProvider(new BouncyCastleProvider());
SecurityProviderUtility.installBCProvider(true);
return true;
}

Expand Down

0 comments on commit f44bc23

Please sign in to comment.