summaryrefslogtreecommitdiffstats
path: root/crypto/x509
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/x509
parent8162f6f58aa784e242941d1168fb8fc0618cf0a2 (diff)
Make a2i_ipadd an internal function
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509_vpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c
index 194d09b366..05c785217a 100644
--- a/crypto/x509/x509_vpm.c
+++ b/crypto/x509/x509_vpm.c
@@ -15,6 +15,7 @@
#include <openssl/buffer.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
+#include "internal/x509_int.h"
#include "x509_lcl.h"