In message <[EMAIL PROTECTED]> on 15 Aug 2002 10:28:01 -0400, Bill
Pringlemeir <[EMAIL PROTECTED]> said:
bpringlemeir> Thank-you. The status of `cryptolib.h' as an
bpringlemeir> OpenSSL-internal header was what I needed to know.
bpringlemeir> Since I have to make my own build files, I had never put
bpringlemeir> the crypto directory as an include path to the libssl
bpringlemeir> Makefile. I am building OpenSSL for vxWorks with my own
bpringlemeir> makefiles.
Ah, I can see how things can be confusing :-).
bpringlemeir> I did not mean for there to be a bug submitted to the
bpringlemeir> openSsl RT.
So that means I can remove this ticket?
bpringlemeir> I was just asking for information. Is the address
bpringlemeir> "[EMAIL PROTECTED]" the wrong place to ask?
For development of OpenSSL itself, yes. That's what I assume you're
doing...
bpringlemeir> The other part of my request did have some merit. The
bpringlemeir> comparison of a 'sizeof struct' to an int could fail if
bpringlemeir> the int overflows in to a negative value. However, I am
bpringlemeir> not certain that this is a possible condition...but it
bpringlemeir> is locally incorrect. The compiler just gives me a
bpringlemeir> warning about this, so I have changed the code locally
bpringlemeir> to cast the "int" to "unsigned int".
I'll look at that. Normally, it isn't a problem in itself, just
annoying on Windows, where at least VC has the habit of aborting when
issuing warnings as well as for errors...
There may be problems where the size of size_t differs from the size
of int (which apparently is that case for 64-bit compiles with VC++).
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]