Callback revision.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Aug 2014 12:25:50 +0000 (13:25 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Aug 2014 16:06:53 +0000 (17:06 +0100)
commitde2a9e38f39eacc2e052d694f5b5fa5b7e734abc
treeae5746a57acbabfd42d840c929c0a9d642fadc43
parent707b026d7871eb12c23671c975e6a15a8c331785
Callback revision.

Use "parse" and "add" for function and callback names instead of
"first" and "second".

Change arguments to callback so the extension type is unsigned int
and the buffer length is size_t. Note: this *will* break existing code.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
apps/s_client.c
ssl/ssl.h
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssltest.c
ssl/t1_ext.c