Greetings,
        This message has been automatically generated in response to the
creation of a trouble ticket regarding:
        "[patch] include sys/types.h in sha.h", 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #1437].

Please include the string:

         [openssl.org #1437]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Also, please note that all attachments to your message have been stored in
the database, but are not included in any outgoing mail.

                        Thank you,
                        

-------------------------------------------------------------------------
Index: ./crypto/sha/sha.h
===================================================================
RCS file: /usr/local/src/openssl/cvs-tree/openssl/crypto/sha/sha.h,v
retrieving revision 1.21
diff -u -p -r1.21 sha.h
--- ./crypto/sha/sha.h  18 Dec 2005 19:11:33 -0000      1.21
+++ ./crypto/sha/sha.h  10 Dec 2006 19:26:12 -0000
@@ -65,6 +65,10 @@
 extern "C" {
 #endif
 
+#if !defined(NO_SYS_TYPES_H)
+#include <sys/types.h>
+#endif
+
 #if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && 
defined(OPENSSL_NO_SHA1))
 #error SHA is disabled.
 #endif

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

Reply via email to