aboutsummaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-12 12:20:16 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 08:59:03 +0100
commitb3599dbb6af7e28efae5f08ace99cc75f5e90b2f (patch)
tree186ce0f1525098cb18868274a2d32968a4e30945 /util/libcrypto.num
parent974eeb93e3549d378d2c20276a51e2de21d50622 (diff)
downloadopenssl-b3599dbb6af7e28efae5f08ace99cc75f5e90b2f.tar.gz
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>
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6caae5de7d..2b4d0fb40c 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4196,5 +4196,5 @@ DH_meth_set_bn_mod_exp 4066 1_1_0 EXIST::FUNCTION:DH
DH_meth_set_generate_key 4067 1_1_0 EXIST::FUNCTION:DH
DH_meth_free 4068 1_1_0 EXIST::FUNCTION:DH
DH_meth_get_generate_key 4069 1_1_0 EXIST::FUNCTION:DH
-int_err_load_crypto_strings 4070 1_1_0 EXIST::FUNCTION:
-int_err_free_strings 4071 1_1_0 EXIST::FUNCTION:
+err_load_crypto_strings_int 4070 1_1_0 EXIST::FUNCTION:
+err_free_strings_int 4071 1_1_0 EXIST::FUNCTION: