aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_dir.h
Commit message (Collapse)AuthorAgeFilesLines
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-55/+0
| | | | | | | | | | | | | | There are header files in crypto/ that are used by the rest of OpenSSL. Move those to include/internal and adapt the affected source code, Makefiles and scripts. The header files that got moved are: crypto/constant_time_locl.h crypto/o_dir.h crypto/o_str.h Reviewed-by: Matt Caswell <matt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-9/+11
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte2004-07-101-0/+53
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.