Add missing prototype. Fix various warnings (C++ comments, ; outside function).
[openssl.git] / crypto / engine / enginetest.c
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-15 Richard LevitteWinCE patches
2002-03-25 Bodo Möllerfix memory leak
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...
2001-09-14 Geoff ThorpeSome of the ENGINE file names were changed for 8.3...
2001-09-10 Geoff Thorpeenginetest needs 'memset' defined.
2001-09-10 Bodo Mölleravoid warning ('const' discarded)
2001-09-10 Bodo MöllerDelete pointless casts
2001-09-06 Bodo MöllerAvoid strdup.
2001-09-05 Bodo MöllerSolaris <string.h> does not declare 'strdup' if _XOPEN_...
2001-06-23 Richard LevitteIncluding stdio.h before setting _XOPEN_SOURCE and
2001-06-05 Richard LevitteDefining __USE_XOPEN_EXTENDED was the wrong thing....
2001-02-22 Richard LevitteDefine the right macro for Linux and other GNU-based...
2001-02-20 Richard Levittestrdup() is a X/Open extension.
2001-02-20 Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...