mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerImpl.java
@@ -152,7 +152,7 @@
  private static DN serversDN;
  /** Indicates whether the schema references have been initialized. */
  private static boolean schemaInitDone = false;
  private static boolean schemaInitDone;
  /**
   * The secure random number generator used for key generation, initialization
@@ -1536,7 +1536,7 @@
    private final KeyEntryID fKeyID;
    private final SecretKey fSecretKey;
    private final int fKeyLengthBits;
    private boolean fIsCompromised = false;
    private boolean fIsCompromised;
  }
  private static void putSingleValueAttribute(