summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-02-26 12:48:43 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-02-28 11:46:34 +0100
commit46a11faf3b86ddd2fcc687a0fcfd982e6d201626 (patch)
tree21facc2afa232ad3641b6f00b3f2be138a75bdfe /apps/include
parent859e5f16213b1b80d06a20872ac137bdea708c29 (diff)
apps/x509.c: Improve print_name() and coding style of large print loop in x509_main()
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14340)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/apps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/include/apps.h b/apps/include/apps.h
index 45a9c4e758..8c365c44bd 100644
--- a/apps/include/apps.h
+++ b/apps/include/apps.h
@@ -94,8 +94,7 @@ int wrap_password_callback(char *buf, int bufsiz, int verify, void *cb_data);
int chopup_args(ARGS *arg, char *buf);
int dump_cert_text(BIO *out, X509 *x);
-void print_name(BIO *out, const char *title, const X509_NAME *nm,
- unsigned long lflags);
+void print_name(BIO *out, const char *title, const X509_NAME *nm);
void print_bignum_var(BIO *, const BIGNUM *, const char*,
int, unsigned char *);
void print_array(BIO *, const char *, int, const unsigned char *);