commit | de2a9e38f39eacc2e052d694f5b5fa5b7e734abc | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Thu Aug 14 13:25:50 2014 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Aug 28 17:06:53 2014 +0100 |
tree | ae5746a57acbabfd42d840c929c0a9d642fadc43 | |
parent | 707b026d7871eb12c23671c975e6a15a8c331785 [diff] |
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>