openssl/crypto/ui
Geoff Thorpe 79aa04ef27 Make the necessary changes to work with the recent "ex_data" overhaul.
See the commit log message for that for more information.

NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
(initialisation by "memset" won't/can't/doesn't work). This fixes that but
requires that X509_STORE_CTX_init() be able to handle errors - so its
prototype has been changed to return 'int' rather than 'void'. All uses of
that function throughout the source code have been tracked down and
adjusted.
2001-09-01 20:02:13 +00:00
..
.cvsignore Tidy up "cvs update" output a bit. 2001-07-22 23:21:33 +00:00
Makefile.ssl make update 2001-07-31 17:07:24 +00:00
ui.h Change info to correct values. 2001-07-05 10:19:13 +00:00
ui_compat.c Make sure memset() is properly declared. 2001-05-14 12:22:58 +00:00
ui_compat.h Change info to correct values. 2001-07-05 10:19:13 +00:00
ui_err.c make update 2001-06-23 16:23:17 +00:00
ui_lib.c Make the necessary changes to work with the recent "ex_data" overhaul. 2001-09-01 20:02:13 +00:00
ui_locl.h Change info to correct values. 2001-07-05 10:19:13 +00:00
ui_openssl.c Change info to correct values. 2001-07-05 10:19:13 +00:00