aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
Commit message (Expand)AuthorAgeFilesLines
* Win32 fixes:Dr. Stephen Henson2001-04-291-1/+5
* Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget t...Richard Levitte2001-03-271-0/+1
* %f conversion bug fixUlf Möller2001-02-271-1/+1
* On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte2000-10-221-3/+3
* Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte2000-09-071-160/+89
* Increase print buffer (10K instead of just 2K).Bodo Möller2000-09-051-1/+1
* ConsistencyBodo Möller2000-09-041-1/+1
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-181-5/+24
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* New function ERR_error_string_n.Bodo Möller2000-04-141-51/+73
* Let's care about the compiler warnings for both cases, shall we?Richard Levitte2000-03-041-2/+4
* gcc warningsUlf Möller2000-03-041-4/+17
* Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte2000-03-021-46/+165
* Bug fix.Ulf Möller2000-02-291-1/+1
* Typo corrected.Richard Levitte2000-02-281-1/+1
* Short is always promoted to int when passed as a function argument.Richard Levitte2000-02-271-3/+2
* Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte2000-02-261-1/+3
* Let's avoid compiler warnings over types.Richard Levitte2000-02-261-2/+3
* Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe2000-02-251-1/+1
* different snprintf version.Ulf Möller2000-02-251-566/+575
* Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller2000-02-241-1/+613
* Use ANSI stdarg.Ulf Möller1999-05-051-11/+6
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+92