summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:39:36 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:21 +0100
commit9cedfc90cebc905b20275d534699a1070bba65a4 (patch)
treec89a77f6534273680f2ca614e50761031b93b88f /crypto/ui/ui_lib.c
parentadd339272773072e0d8995362c6167e515377c7f (diff)
Fix safestack issues in ui.h
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'crypto/ui/ui_lib.c')
-rw-r--r--crypto/ui/ui_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c
index 8c6dc6dd89..017afb7c07 100644
--- a/crypto/ui/ui_lib.c
+++ b/crypto/ui/ui_lib.c
@@ -15,8 +15,6 @@
#include <openssl/err.h>
#include "ui_local.h"
-DEFINE_STACK_OF(UI_STRING)
-
UI *UI_new(void)
{
return UI_new_method(NULL);