you know, these commit mails are really nice.  seriously.  any chance
someone could forward over the openssl cvs repository's loginfo file
(and/or whatever else may be involved)?

-tcl.


---------- Forwarded message ----------
Date: Mon, 19 Feb 2001 23:47:42 +0100 (MET)
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cvs commit: openssl/crypto/rand rand_unix.c

levitte     19-Feb-2001 23:47:42

  Modified:    crypto/rand rand_unix.c
  Log:
  Make sure time() is properly declared.
  
  Revision  Changes    Path
  1.4       +1 -0      openssl/crypto/rand/rand_unix.c
  
  Index: rand_unix.c
  ===================================================================
  RCS file: /e/openssl/cvs/openssl/crypto/rand/rand_unix.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rand_unix.c       2001/01/09 16:44:59     1.3
  +++ rand_unix.c       2001/02/19 22:47:40     1.4
  @@ -120,6 +120,7 @@
   #include <sys/times.h>
   #include <fcntl.h>
   #include <unistd.h>
  +#include <time.h>
   
   int RAND_poll(void)
   {
  
  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to