ossp-pkg/petidomo/generate-cookie.c 1.1 -> 1.2
--- generate-cookie.c 2001/01/20 13:42:01 1.1
+++ generate-cookie.c 2001/01/20 14:10:43 1.2
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/generate-cookie.c,v $
- $Revision: 1.1 $
+ $Revision: 1.2 $
Copyright (C) 2001 by Peter Simons <simons@computer.org>.
@@ -66,7 +66,7 @@
static char* encode_digest_to_ascii(unsigned char digest[16])
{
int i;
- static const char hex[] = "0123456789abcdef";
+ static const char hex[] = "0123456789ABCDEF";
char * buffer;
buffer = xmalloc(33);
|
|