]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_pmeth.c
constify *_dup() and *i2d_*() and related functions as far as possible, introducing...
[thirdparty/openssl.git] / crypto / dsa / dsa_pmeth.c
index 0786fc2751e4e7c7150dcc15b0762cf8433d257c..cfba91ca08167ccbee21e12d4f75c39c81eef924 100644 (file)
@@ -47,7 +47,7 @@ static int pkey_dsa_init(EVP_PKEY_CTX *ctx)
     return 1;
 }
 
-static int pkey_dsa_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)
+static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src)
 {
     DSA_PKEY_CTX *dctx, *sctx;