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 --- apps/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/version.c') diff --git a/apps/version.c b/apps/version.c index d261a2355c..0a252e75b2 100644 --- a/apps/version.c +++ b/apps/version.c @@ -222,7 +222,7 @@ int version_main(int argc, char **argv) printf("%s ", DES_options()); #endif #ifndef OPENSSL_NO_IDEA - printf("%s ", idea_options()); + printf("%s ", IDEA_options()); #endif #ifndef OPENSSL_NO_BF printf("%s ", BF_options()); -- cgit v1.2.3