Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
[oweals/openssl.git] / crypto / dh / dh_gen.c
index 327f6ff6103d9a88431204b9ead86ff6e1dcb58d..8c1518ad9bc8cdec952b77c3f8b20d835ee0b36c 100644 (file)
@@ -68,7 +68,7 @@ int dh_get_named_group_uid_from_size(int pbits)
      * Just choose an approved safe prime group.
      * The alternative to this is to generate FIPS186-4 domain parameters i.e.
      * return dh_generate_ffc_parameters(ret, prime_len, 0, NULL, cb);
-     * As the FIPS186-4 generated params are for backwards compatability,
+     * As the FIPS186-4 generated params are for backwards compatibility,
      * the safe prime group should be used as the default.
      */
     int nid;