summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-05 15:51:35 -0400
committerRich Salz <rsalz@openssl.org>2016-06-09 17:15:42 -0400
commit6670d55a847f8f2415842bc085150e838d4aac5d (patch)
treefde4e24b3188c618e3afecf51412e377bb246fb8 /crypto/include
parent8162f6f58aa784e242941d1168fb8fc0618cf0a2 (diff)
Make a2i_ipadd an internal function
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/x509_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index d8ec623d85..6df2919802 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -263,3 +263,5 @@ struct x509_object_st {
EVP_PKEY *pkey;
} data;
};
+
+int a2i_ipadd(unsigned char *ipout, const char *ipasc);