summaryrefslogtreecommitdiffstats
path: root/crypto/x509/ext_dat.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-14 16:28:29 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-17 09:16:45 +0200
commit5f5edd7d3eb20c39177b9fa6422f1db57634e9e3 (patch)
tree15e4766d532166cc4c5ef9d4bce1acddf1dcb3d0 /crypto/x509/ext_dat.h
parent4dc0d81a1a7b58a0a61102d875eb2cb712fe6a4b (diff)
Rename internal function name_cmp() to v3_name_cmp()
"name_cmp" caused a clash when linking with the static libcrypto. The slight rename is better than nothing, as v3_ is an already existing prefix. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/9979)
Diffstat (limited to 'crypto/x509/ext_dat.h')
-rw-r--r--crypto/x509/ext_dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/ext_dat.h b/crypto/x509/ext_dat.h
index aa6fa79774..f48fa1d3f1 100644
--- a/crypto/x509/ext_dat.h
+++ b/crypto/x509/ext_dat.h
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-int name_cmp(const char *name, const char *cmp);
+int v3_name_cmp(const char *name, const char *cmp);
extern const X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
extern const X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;