#include <stdlib.h>
#include <freeswan.h>
+#include <asn1/oid.h>
#ifdef LIBCURL
#include <curl/curl.h>
#include "../pluto/constants.h"
#include "../pluto/defs.h"
#include "../pluto/rnd.h"
-#include "../pluto/oid.h"
#include "../pluto/asn1.h"
#include "../pluto/pkcs1.h"
#include "../pluto/fetch.h"
scep_messageType_attribute(scep_msg_t m)
{
chunk_t msgType = {
- msgType_values[m],
+ (u_char*)msgType_values[m],
strlen(msgType_values[m])
};