ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/rsa.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/rsa.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1752 by michael, Wed Jan 16 19:17:40 2013 UTC

# Line 44 | Line 44
44   void
45   report_crypto_errors(void)
46   {
47 <  unsigned long e   = 0;
48 <  unsigned long cnt = 0;
47 >  unsigned long e = 0;
48  
49 <  while ((cnt < 100) && (e = ERR_get_error()))
51 <  {
49 >  while ((e = ERR_get_error()))
50      ilog(LOG_TYPE_IRCD, "SSL error: %s", ERR_error_string(e, 0));
53    cnt++;
54  }
51   }
52  
53   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)