| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 1 | -1/+0![]() |
| | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | ||||
| * | This file breaks "make blib"; please find a way to avoid doing this. | Michael Brown | 2006-07-17 | 1 | -0/+5 |
| | | |||||
| * | The first packet (ClientHello Handshake) can be constructed and is accepted | Derek Pryor | 2006-07-17 | 1 | -0/+82 |
| by SSL servers. Framework.c allows me to test the library against a given https server. | |||||

