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

coulbeck
05.57.2007 7fbec08a3af8162421854550297997e5b581cf7b
Fix a test case failure caused by the previous commit.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/types/CryptoManager.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/CryptoManager.java
@@ -553,7 +553,7 @@
        certificateValueSet.add(certificateValue);
        final LinkedHashSet<String> certificateOptions =
                new LinkedHashSet<String>(1);
        certificateOptions.add(";binary");
        certificateOptions.add("binary");
        final Attribute certificateAttr = new Attribute(
                attrPublicKeyCertificate,
                attrPublicKeyCertificate.getNameOrOID(),