From: Kevin Wasserman Date: Thu, 20 Nov 2014 22:12:18 +0000 (-0500) Subject: Fix type to eliminate compile error X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=01cef7affb302d11a7341970122d23d3533bb84e Fix type to eliminate compile error --- diff --git a/json_gssapi/test/GSSCreateSecContextTest.cpp b/json_gssapi/test/GSSCreateSecContextTest.cpp index dd006b4..43d25d8 100644 --- a/json_gssapi/test/GSSCreateSecContextTest.cpp +++ b/json_gssapi/test/GSSCreateSecContextTest.cpp @@ -360,7 +360,7 @@ void GSSCreateSecContextTest::testJSONMarshal() - unsigned long len; + unsigned int len; std::string str = (*result)["output_token"].string(); unsigned char *decoded = base64_decode(str, &len); CPPUNIT_ASSERT_MESSAGE(