From 30e44158618cd19b6146f329261828230f27aef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 11 Jan 2011 11:54:55 +0000 Subject: [PATCH] some minor changes; refs #8 --- openssl-act-engine/src/engine_front.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-act-engine/src/engine_front.cpp b/openssl-act-engine/src/engine_front.cpp index f6aa41a..14a7813 100644 --- a/openssl-act-engine/src/engine_front.cpp +++ b/openssl-act-engine/src/engine_front.cpp @@ -168,7 +168,7 @@ static int sct_rsa_sign(int type, static int sct_rsa_verify(int type, const unsigned char *msg, unsigned int msglen, - unsigned char *signature, unsigned int siglen, const RSA *rsa) + const unsigned char *signature, unsigned int siglen, const RSA *rsa) { CATCH_ALL(int,0,g_engine->rsa_verify(type, msg, msglen, signature, siglen, EXTRACT_CARD_KEY(rsa))); }