summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509name.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509name.c')
-rw-r--r--crypto/x509/x509name.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c
index b00e5f5b38..7e2704fb68 100644
--- a/crypto/x509/x509name.c
+++ b/crypto/x509/x509name.c
@@ -16,6 +16,8 @@
#include <openssl/x509.h>
#include "crypto/x509.h"
+DEFINE_STACK_OF(X509_NAME_ENTRY)
+
int X509_NAME_get_text_by_NID(const X509_NAME *name, int nid,
char *buf, int len)
{