strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d2670e
)
fixed compiler warning in scepclient
author
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:45:56 +0000
(11:45 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:45:56 +0000
(11:45 -0000)
src/scepclient/scep.c
patch
|
blob
|
history
diff --git
a/src/scepclient/scep.c
b/src/scepclient/scep.c
index
9e05561
..
0c12659
100644
(file)
--- 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])
};