ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenSSL/OpenSSL.xs
(Generate patch)

Comparing OpenSSL/OpenSSL.xs (file contents):
Revision 1.10 by root, Sat Oct 27 03:27:06 2001 UTC vs.
Revision 1.11 by root, Sat Oct 27 03:29:43 2001 UTC

294 return s; 294 return s;
295} 295}
296 296
297static inline char *ol(X509_NAME *x) 297static inline char *ol(X509_NAME *x)
298{ 298{
299 // if we can't fix it, pretend at least that it works
299 static char buf[256]; 300 static char buf[8192];
300 X509_NAME_oneline(x, buf, 256); 301 X509_NAME_oneline(x, buf, 8192);
301 return buf; 302 return buf;
302} 303}
303 304
304static void run_sha1(char *digest, const char *msg, int msglen) 305static void run_sha1(char *digest, const char *msg, int msglen)
305{ 306{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines