projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Constify DH-related code.
[openssl.git]
/
crypto
/
engine
/
engine_int.h
diff --git
a/crypto/engine/engine_int.h
b/crypto/engine/engine_int.h
index
547893f
..
b040679
100644
(file)
--- a/
crypto/engine/engine_int.h
+++ b/
crypto/engine/engine_int.h
@@
-84,7
+84,7
@@
struct engine_st
const char *name;
const RSA_METHOD *rsa_meth;
const DSA_METHOD *dsa_meth;
- DH_METHOD *dh_meth;
+
const
DH_METHOD *dh_meth;
RAND_METHOD *rand_meth;
BN_MOD_EXP bn_mod_exp;
BN_MOD_EXP_CRT bn_mod_exp_crt;