Rename int_*() functions to *_int()
authorMatt Caswell <matt@openssl.org>
Tue, 12 Apr 2016 11:20:16 +0000 (12:20 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:59:03 +0000 (08:59 +0100)
commitb3599dbb6af7e28efae5f08ace99cc75f5e90b2f
tree186ce0f1525098cb18868274a2d32968a4e30945
parent974eeb93e3549d378d2c20276a51e2de21d50622
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>
38 files changed:
crypto/asn1/asn_moid.c
crypto/bio/b_sock.c
crypto/comp/c_zlib.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/engine/eng_cryptodev.c
crypto/engine/eng_dyn.c
crypto/engine/eng_int.h
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_openssl.c
crypto/engine/eng_rdrand.c
crypto/err/err.c
crypto/err/err_all.c
crypto/evp/c_allc.c
crypto/evp/c_alld.c
crypto/evp/names.c
crypto/ex_data.c
crypto/include/internal/cryptlib.h
crypto/include/internal/engine.h
crypto/include/internal/evp_int.h
crypto/include/internal/objects.h
crypto/include/internal/rand.h
crypto/init.c
crypto/objects/obj_dat.c
crypto/rand/rand_lib.c
engines/afalg/e_afalg.c
engines/e_capi.c
engines/e_dasync.c
engines/e_padlock.c
include/internal/bio.h
include/internal/comp.h
include/internal/conf.h
include/internal/err.h
ssl/ssl_ciph.c
ssl/ssl_init.c
ssl/ssl_locl.h
util/libcrypto.num