aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scepclient/scep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/scep.c b/src/scepclient/scep.c
index 9e05561ed..0c1265918 100644
--- a/src/scepclient/scep.c
+++ b/src/scepclient/scep.c
@@ -340,7 +340,7 @@ chunk_t
scep_messageType_attribute(scep_msg_t m)
{
chunk_t msgType = {
- msgType_values[m],
+ (u_char*)msgType_values[m],
strlen(msgType_values[m])
};