Rename lots of *_intern or *_internal function to int_*
authorMatt Caswell <matt@openssl.org>
Wed, 6 Apr 2016 09:39:00 +0000 (10:39 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:34 +0000 (08:52 +0100)
commit342c21cd8bb42b6750abfc49cac26dc288de98c3
tree39edffbda0bcf71d4eea518a5f0a9138c73f7aca
parent5eb8f71204626843a5ff1e7016d5d9e5a9598ee8
Rename lots of *_intern or *_internal function to int_*

There was a lot of naming inconsistency, so we try and standardise on
one form.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
37 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