summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/LPdir_unix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o_dir.c had a very funny odor. all users of this now use standard functions.beck2014-04-151-121/+0
| | | | | consign it to the Attic. ok deraadt@
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-54/+48
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod2014-04-131-0/+127
so that libssl no longer need to access the non-external headers of libcrypto to build. No library bump, riding upon the recent update.