Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assorted cleanups: | miod | 2014-05-06 | 1 | -14/+4 |
| | | | | | | | | | | | - replace hardcoded sizes with sizeof() - pqueue_find() apparently used to need to keep track of the previous node when iterating, which causes its logic to be complicated. However, nowadays it only needs to iterate, so replace with a straightforward, much readable logic. - remove #if 0'ed code From ``sin'' from 2f30 dot org on tech@, thanks! | ||||
* | Remove broken-by-design test | miod | 2014-05-06 | 1 | -95/+0 |
| | |||||
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -1/+1 |
| | | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. | ||||
* | KNF. | jsing | 2014-04-21 | 3 | -83/+77 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -75/+0 |
| | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -8/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -3/+2 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 3 | -23/+38 |
| | |||||
* | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 4 | -0/+510 |