summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/engine_int.h')
-rw-r--r--crypto/engine/engine_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/engine_int.h b/crypto/engine/engine_int.h
index 6df448e0f3..547893fdd9 100644
--- a/crypto/engine/engine_int.h
+++ b/crypto/engine/engine_int.h
@@ -83,7 +83,7 @@ struct engine_st
const char *id;
const char *name;
const RSA_METHOD *rsa_meth;
- DSA_METHOD *dsa_meth;
+ const DSA_METHOD *dsa_meth;
DH_METHOD *dh_meth;
RAND_METHOD *rand_meth;
BN_MOD_EXP bn_mod_exp;