summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_time.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
| | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
|
* More KNF.jsing2014-04-201-1/+1
|
* OPENSSL_gmtime() is really just gmtime_r(); ok guentherderaadt2014-04-181-1/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-0/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+66