Implement the param types that aren't explicitly lengthened (e.g. int) in terms
authorPauli <paul.dale@oracle.com>
Sat, 30 Mar 2019 02:49:05 +0000 (12:49 +1000)
committerPauli <paul.dale@oracle.com>
Sat, 30 Mar 2019 03:07:43 +0000 (13:07 +1000)
commit863360fbc57ea25521fb3477d353d07376163c7f
tree51b06fbffecc0010bc835d4781f284a412975e61
parentf3448f5481a8d1f6fbf5fd05caaca229af0b87f7
Implement the param types that aren't explicitly lengthened (e.g. int) in terms
of those that are (e.g. int32_t).

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8616)
crypto/params.c