summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/engine/enginetest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove engine regress.jsing2023-12-271-253/+0
| | | | | | Engines are no longer a thing. Discussed with tb@
* Make enginetest work with disabled engine supporttb2023-06-191-1/+10
|
* Convert from %i to %dtb2022-09-051-5/+5
|
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-141-10/+7
| | | | | | simplifies the caller side. tested by & ok inoguchi; discussed with schwarze
* Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0bcook2016-05-301-4/+4
| | | | ok beck@ jsing@
* remove e_os2.h includesbcook2015-09-131-1/+0
| | | | ok jsing@
* Cleanup enginetest a bit.bcook2015-09-121-104/+84
| | | | | It was the only thing preventing -Werror from building on some systems due to the unchecked asprintf's.
* replace sprintf/strdup with asprintf in engine testbcook2014-08-161-8/+5
|
* remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.beck2014-05-241-14/+2
| | | | ok miod@ jsing@ guenther@
* move enginetest to regress as was done with the other testsjsg2014-04-171-0/+283