From 1457619e13a091fc8ff12c324e05603b30f10562 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 26 Dec 2008 17:17:21 +0000 Subject: Remove misleading dead code. Constify. (Coverity ID 142) --- crypto/dsa/dsa_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dsa/dsa_locl.h') diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h index f1bbf72fb8..2b8cfee3db 100644 --- a/crypto/dsa/dsa_locl.h +++ b/crypto/dsa/dsa_locl.h @@ -55,5 +55,5 @@ #include int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, - const EVP_MD *evpmd, unsigned char *seed_in, size_t seed_len, + const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); -- cgit v1.2.3