]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/pkey/EVP_PKEY_DSA_keygen.c
fix all the warnings in our demos and make them enableable
[thirdparty/openssl.git] / demos / pkey / EVP_PKEY_DSA_keygen.c
index 579f5f790ac766c731a7ab21a3c4bb712fc9c430..42112bcbbcf066983830a5604fce8c243983d19a 100644 (file)
@@ -21,7 +21,7 @@
  * See the EVP_PKEY_DSA_paramgen demo if you need to
  * use non default parameters.
  */
-EVP_PKEY *dsa_genparams(OSSL_LIB_CTX *libctx, const char *propq)
+static EVP_PKEY *dsa_genparams(OSSL_LIB_CTX *libctx, const char *propq)
 {
     EVP_PKEY *dsaparamkey = NULL;
     EVP_PKEY_CTX *ctx = NULL;