aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/x509v3.h
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2021-06-16 10:39:16 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-06-21 17:21:47 +0000
commitf25ada3a793e101855f6306565a8161330b3dd31 (patch)
tree7b268211800aa7115b56c6a90e64a4dcbd01979a /include/openssl/x509v3.h
parentf315a86df3d5cd51135db996c9d5747ec2641331 (diff)
downloadboringssl-f25ada3a793e101855f6306565a8161330b3dd31.zip
boringssl-f25ada3a793e101855f6306565a8161330b3dd31.tar.gz
boringssl-f25ada3a793e101855f6306565a8161330b3dd31.tar.bz2
Prefix and unexport a2i_ipadd.
This is a bit short of a name to take, and no one seems to be using it. (OpenSSL has renamed it, but not unexported it.) Change-Id: I0de74d4d4812678ac3b1ec4b1b126a7748fe952b Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/48129 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/x509v3.h')
-rw-r--r--include/openssl/x509v3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h
index 2e49093..003eb12 100644
--- a/include/openssl/x509v3.h
+++ b/include/openssl/x509v3.h
@@ -884,7 +884,6 @@ OPENSSL_EXPORT int X509_check_ip_asc(X509 *x, const char *ipasc,
OPENSSL_EXPORT ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc);
OPENSSL_EXPORT ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc);
-OPENSSL_EXPORT int a2i_ipadd(unsigned char *ipout, const char *ipasc);
OPENSSL_EXPORT int X509V3_NAME_from_section(X509_NAME *nm,
STACK_OF(CONF_VALUE) *dn_sk,
unsigned long chtype);