aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_null.c
Commit message (Expand)AuthorAgeFilesLines
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-84/+0
* Make DSO opaque.Rich Salz2016-03-221-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-5/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-24/+26
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+4
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-2/+4
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-0/+1
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+83