summaryrefslogtreecommitdiff
path: root/crypto/engine/enginetest.c
Commit message (Expand)AuthorAgeFilesLines
* Include openssl/crypto.h first in several other files so FIPS renamingsteve2011-02-161-0/+1
* Make no-engine work again.steve2008-12-201-1/+1
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-281-1/+1
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-1/+1
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-1/+10
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>levitte2002-12-031-3/+0
* WinCE patcheslevitte2002-11-151-0/+3
* fix memory leakbodo2002-03-251-0/+25
* This change replaces the ENGINE's underlying mechanics with the newgeoff2001-09-251-6/+1
* Some of the ENGINE file names were changed for 8.3 filename uniquenessgeoff2001-09-141-1/+1
* enginetest needs 'memset' defined.geoff2001-09-101-0/+1
* avoid warning ('const' discarded)bodo2001-09-101-2/+2
* Delete pointless castsbodo2001-09-101-2/+2
* Avoid strdup.bodo2001-09-061-14/+6
* Solaris <string.h> does not declare 'strdup' if _XOPEN_SOURCE isbodo2001-09-051-1/+1
* Including stdio.h before setting _XOPEN_SOURCE andlevitte2001-06-231-1/+1
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, definelevitte2001-06-051-1/+2
* Define the right macro for Linux and other GNU-based systems to get a correct...levitte2001-02-221-0/+5
* strdup() is a X/Open extension.levitte2001-02-201-1/+4
* Some functions, like strdup() and strcasecmp(), are defined inlevitte2001-02-201-0/+1
* Merge the engine branch into the main trunk. All conflicts resolved.levitte2000-10-261-0/+251