From 2469f93300b26559ef047be50758bab7378dc2f1 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 10 Feb 2015 11:22:22 +0000 Subject: Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last 15 years. --- src/lib/libcrypto/ui/ui_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ui/ui_lib.c') diff --git a/src/lib/libcrypto/ui/ui_lib.c b/src/lib/libcrypto/ui/ui_lib.c index 2c53f534e7..1c7f81d1f1 100644 --- a/src/lib/libcrypto/ui/ui_lib.c +++ b/src/lib/libcrypto/ui/ui_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ui_lib.c,v 1.29 2014/10/03 06:02:38 doug Exp $ */ +/* $OpenBSD: ui_lib.c,v 1.30 2015/02/10 11:22:21 jsing Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2001. */ @@ -66,7 +66,7 @@ #include "ui_locl.h" -IMPLEMENT_STACK_OF(UI_STRING_ST) static const UI_METHOD *default_UI_meth = NULL; +static const UI_METHOD *default_UI_meth = NULL; UI * UI_new(void) -- cgit v1.2.3-55-g6feb