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

Matthew Swift
28.54.2011 d3f125d4cffea5caff7edf2d2f1d64183fbf55b9
opends/resource/admin/abbreviations.xsl
@@ -23,6 +23,7 @@
  !
  !
  !      Copyright 2008-2009 Sun Microsystems, Inc.
  !      Portions copyright 2011 ForgeRock AS
  ! -->
<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -53,7 +54,7 @@
              or $value = 'sha384' or $value = 'sha512' or $value = 'tls'
              or $value = 'des' or $value = 'aes' or $value = 'rc4'
              or $value = 'db' or $value = 'snmp' or $value = 'qos'
              or $value = 'ecl'
              or $value = 'ecl' or $value = 'ttl'
             "/>
  </xsl:template>
</xsl:stylesheet>