summaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_nuron.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/hw_nuron.c')
-rw-r--r--crypto/engine/hw_nuron.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c
index f09f137a4c..2fd394f754 100644
--- a/crypto/engine/hw_nuron.c
+++ b/crypto/engine/hw_nuron.c
@@ -250,8 +250,8 @@ static ENGINE engine_nuron =
* (indeed - the lock will already be held by our caller!!!) */
ENGINE *ENGINE_nuron()
{
- RSA_METHOD *meth1;
- DSA_METHOD *meth2;
+ const RSA_METHOD *meth1;
+ const DSA_METHOD *meth2;
DH_METHOD *meth3;
/* We know that the "PKCS1_SSLeay()" functions hook properly