Ulf Möller
|
96723a3a68
|
Bug fix.
Pointed out by: Gisle Vanem <gvanem@eunet.no>
|
2000-02-29 14:47:29 +00:00 |
|
Richard Levitte
|
42a9af38e7
|
Typo corrected.
|
2000-02-28 11:30:31 +00:00 |
|
Richard Levitte
|
1b7aee1d4e
|
Short is always promoted to int when passed as a function argument.
This is especially true when it's part of a '...'.
|
2000-02-27 23:17:18 +00:00 |
|
Richard Levitte
|
a1990dd76d
|
Don't include sys/types.h if NO_SYS_TYPES_H is defined.
|
2000-02-26 03:55:15 +00:00 |
|
Richard Levitte
|
47c177c7b3
|
Let's avoid compiler warnings over types.
Actually, this should be resolved by using size_t a bit more, but
that'll be for later.
|
2000-02-26 01:45:17 +00:00 |
|
Geoff Thorpe
|
7dce5a727a
|
Gets around VC++ compiler pickiness. (long != double)
PR:
|
2000-02-25 14:50:37 +00:00 |
|
Ulf Möller
|
b478e91fda
|
different snprintf version.
|
2000-02-25 14:00:24 +00:00 |
|
Ulf Möller
|
9fd4ee5d7c
|
Use public domain snprintf() implementation by Patrick Powell to avoid
potential buffer overrun in BIO_printf().
----------------------------------------------------------------------
crypto/bio/b_print.c CVS:
----------------------------------------------------------------------
|
2000-02-24 22:23:45 +00:00 |
|
Ulf Möller
|
4565c3e36f
|
Use ANSI stdarg.
|
1999-05-05 12:35:27 +00:00 |
|
Bodo Möller
|
ec577822f9
|
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
|
1999-04-23 22:13:45 +00:00 |
|
Ralf S. Engelschall
|
58964a4922
|
Import of old SSLeay release: SSLeay 0.9.0b
|
1998-12-21 10:56:39 +00:00 |
|
Ralf S. Engelschall
|
d02b48c63a
|
Import of old SSLeay release: SSLeay 0.8.1b
|
1998-12-21 10:52:47 +00:00 |
|