Rename some lowercase API's
authorRich Salz <rsalz@openssl.org>
Mon, 18 Apr 2016 11:43:54 +0000 (07:43 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 18 Apr 2016 12:22:00 +0000 (08:22 -0400)
commit9021a5dfb37fd3a6f7726f07ef0f27dcb71048e2
tree1676ab2e59a9fe9a859c2b7e55a4ddfcd7e2be21
parent84f4f0bdd49dd162305685d76caa194165b56635
Rename some lowercase API's

Make OBJ_name_cmp internal
Rename idea_xxx to IDEA_xxx
Rename get_rfc_xxx to BN_get_rfc_xxx
Rename v3_addr and v3_asid functions to X509v3_...

Reviewed-by: Richard Levitte <levitte@openssl.org>
21 files changed:
apps/speed.c
apps/version.c
crypto/bn/bn_const.c
crypto/evp/e_idea.c
crypto/idea/i_cbc.c
crypto/idea/i_cfb64.c
crypto/idea/i_ecb.c
crypto/idea/i_ofb64.c
crypto/idea/i_skey.c
crypto/x509/x509_vfy.c
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_addr.c
crypto/x509v3/v3_asid.c
crypto/x509v3/v3_utl.c
crypto/x509v3/v3err.c
include/openssl/bn.h
include/openssl/idea.h
include/openssl/x509v3.h
ssl/t1_lib.c
test/ideatest.c
util/libcrypto.num