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

coulbeck
05.57.2007 cb93d6df6a7ffe0a5cd60a91c156033e5671fa0a
Fix a test case failure caused by the previous commit.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/types/CryptoManager.java 2 ●●● patch | view | raw | blame | history
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(),