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

dugan
01.16.2008 6347bfa4f1cad099461ad2f60b5576e773ac3903
opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
@@ -498,5 +498,13 @@
      }
    }
  }
  /**
   * Always returns 0, there is no cipher used.
   * @return Returns 0 always.
   */
  public int getSSF() {
      return 0;
  }
}