| commit | b3599dbb6af7e28efae5f08ace99cc75f5e90b2f | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Tue Apr 12 12:20:16 2016 +0100 |
| committer | Matt Caswell <matt@openssl.org> | Wed Apr 13 08:59:03 2016 +0100 |
| tree | 186ce0f1525098cb18868274a2d32968a4e30945 | |
| parent | 974eeb93e3549d378d2c20276a51e2de21d50622 [diff] |
Rename int_*() functions to *_int() There is a preference for suffixes to indicate that a function is internal rather than prefixes. Note: the suffix is only required to disambiguate internal functions and public symbols with the same name (but different case) Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>