From 9021a5dfb37fd3a6f7726f07ef0f27dcb71048e2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 18 Apr 2016 07:43:54 -0400 Subject: 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 --- crypto/x509v3/v3_utl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509v3/v3_utl.c') diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c index a220b27ab9..f791c2f37c 100644 --- a/crypto/x509v3/v3_utl.c +++ b/crypto/x509v3/v3_utl.c @@ -64,6 +64,7 @@ #include #include "internal/x509_int.h" #include +#include "ext_dat.h" static char *strip_spaces(char *name); static int sk_strcmp(const char *const *a, const char *const *b); -- cgit v1.2.3