Add DSA keygen to provider
[openssl.git] / crypto / dsa / dsa_backend.c
index b927465cfa3a4e69b6b15f6ed91c659ebb65c2d3..461cb187dd5c72004164507a2c73aa363413e19c 100644 (file)
@@ -34,7 +34,7 @@ int dsa_key_fromdata(DSA *dsa, const OSSL_PARAM params[])
         return 1;
 
     /*
-     * DH documentation says that a public key must be present if a
+     * DSA documentation says that a public key must be present if a
      * private key is present.
      */
     if (param_priv_key != NULL && param_pub_key == NULL)