fixed compiler warning in scepclient
This commit is contained in:
@@ -340,7 +340,7 @@ chunk_t
|
|||||||
scep_messageType_attribute(scep_msg_t m)
|
scep_messageType_attribute(scep_msg_t m)
|
||||||
{
|
{
|
||||||
chunk_t msgType = {
|
chunk_t msgType = {
|
||||||
msgType_values[m],
|
(u_char*)msgType_values[m],
|
||||||
strlen(msgType_values[m])
|
strlen(msgType_values[m])
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user