fixed compiler warning in scepclient

This commit is contained in:
Martin Willi
2008-03-28 11:45:56 +00:00
parent 0d2670e7e6
commit a43eb5aa3f
+1 -1
View File
@@ -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])
};