summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509v3/v3_utl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_utl.c b/src/lib/libcrypto/x509v3/v3_utl.c
index 75f7662e7e..6e967194b3 100644
--- a/src/lib/libcrypto/x509v3/v3_utl.c
+++ b/src/lib/libcrypto/x509v3/v3_utl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_utl.c,v 1.32 2019/04/13 18:42:23 tb Exp $ */ 1/* $OpenBSD: v3_utl.c,v 1.33 2019/04/14 07:35:18 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project. 3 * project.
4 */ 4 */
@@ -66,7 +66,7 @@
66#include <openssl/err.h> 66#include <openssl/err.h>
67#include <openssl/x509v3.h> 67#include <openssl/x509v3.h>
68 68
69char *bnstr(const BIGNUM *bn); 69char *bn_to_string(const BIGNUM *bn);
70static char *strip_spaces(char *name); 70static char *strip_spaces(char *name);
71static int sk_strcmp(const char * const *a, const char * const *b); 71static int sk_strcmp(const char * const *a, const char * const *b);
72static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, 72static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,