Remove misleading dead code. Constify. (Coverity ID 142)

This commit is contained in:
Ben Laurie
2008-12-26 17:17:21 +00:00
parent ccf529928f
commit 1457619e13
3 changed files with 5 additions and 10 deletions

View File

@@ -55,5 +55,5 @@
#include <openssl/dsa.h>
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);