fix signess warning

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:43:40 +00:00
parent cffff0ea1f
commit 86fc2691e6

View File

@@ -38,7 +38,7 @@
RCSID("$Id$");
static const unsigned char *contentdata =
static const unsigned char *contentdata = (unsigned char *)
"\x30\x80\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x07\x02\xa0\x80\x30"
"\x80\x02\x01\x03\x31\x0b\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05"
"\x00\x30\x80\x06\x07\x2b\x06\x01\x05\x02\x03\x01\xa0\x80\x24\x80"