aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:14:28 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:20 +0100
commite74e562f1c518839cc9b63aafd4af6644e01d9ca (patch)
treeed8d2cc7f428c78fd9fc3456bafcce76e346d739 /apps
parentdd731474207126615679f4cc9ae772d7da990332 (diff)
downloadopenssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.zip
openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.tar.gz
openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.tar.bz2
Fix safestack issues in conf.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 'apps')
-rw-r--r--apps/ca.c2
-rw-r--r--apps/lib/apps.c1
-rw-r--r--apps/ocsp.c2
-rw-r--r--apps/req.c2
4 files changed, 0 insertions, 7 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 9ddd464..6ae52c2 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -34,8 +34,6 @@
#include "apps.h"
#include "progs.h"
-DEFINE_STACK_OF(CONF_VALUE)
-
#ifndef W_OK
# define F_OK 0
# define W_OK 2
diff --git a/apps/lib/apps.c b/apps/lib/apps.c
index 9bc9763..9c608e6 100644
--- a/apps/lib/apps.c
+++ b/apps/lib/apps.c
@@ -62,7 +62,6 @@ static int WIN32_rename(const char *from, const char *to);
#define PASS_SOURCE_SIZE_MAX 4
DEFINE_STACK_OF(CONF)
-DEFINE_STACK_OF(CONF_VALUE)
typedef struct {
const char *name;
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 2540ce1..93c17f4 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -33,8 +33,6 @@
#include <openssl/bn.h>
#include <openssl/x509v3.h>
-DEFINE_STACK_OF(CONF_VALUE)
-
#if defined(__TANDEM)
# if defined(OPENSSL_TANDEM_FLOSS)
# include <floss.h(floss_fork)>
diff --git a/apps/req.c b/apps/req.c
index 5f3c7b5..cb5850c 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -35,8 +35,6 @@
# include <openssl/dsa.h>
#endif
-DEFINE_STACK_OF(CONF_VALUE)
-
#define BITS "default_bits"
#define KEYFILE "default_keyfile"
#define PROMPT "prompt"