summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-18 08:47:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-18 08:47:14 +0000
commite6e296e9fcb5e5f5a3c2bf49c4028bd958e856e2 (patch)
treec51262db50fca9255f4d57e8a442f0eb0e9cdacd /usr.bin/openssl
parentf7edf6a55b73f1dc9a2a693fe502b4fb59f0bc8d (diff)
remove prototypes with no matching function; ok tb@
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r--usr.bin/openssl/apps.h3
-rw-r--r--usr.bin/openssl/progs.h3
-rw-r--r--usr.bin/openssl/s_apps.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/openssl/apps.h b/usr.bin/openssl/apps.h
index 8556dc14bb9..dfb160f647b 100644
--- a/usr.bin/openssl/apps.h
+++ b/usr.bin/openssl/apps.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apps.h,v 1.34 2023/06/11 13:02:10 jsg Exp $ */
+/* $OpenBSD: apps.h,v 1.35 2024/05/18 08:47:13 jsg Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -151,7 +151,6 @@ int ui_write(UI *ui, UI_STRING *uis);
int ui_close(UI *ui);
int should_retry(int i);
-int args_from_file(char *file, int *argc, char **argv[]);
int str2fmt(char *s);
void program_name(char *in, char *out, int size);
#ifdef HEADER_X509_H
diff --git a/usr.bin/openssl/progs.h b/usr.bin/openssl/progs.h
index 8ccf8123f43..2696f201453 100644
--- a/usr.bin/openssl/progs.h
+++ b/usr.bin/openssl/progs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: progs.h,v 1.9 2019/11/04 15:25:54 jsing Exp $ */
+/* $OpenBSD: progs.h,v 1.10 2024/05/18 08:47:13 jsg Exp $ */
/* Public domain */
int asn1parse_main(int argc, char **argv);
@@ -21,7 +21,6 @@ int gendh_main(int argc, char **argv);
int gendsa_main(int argc, char **argv);
int genpkey_main(int argc, char **argv);
int genrsa_main(int argc, char **argv);
-int nseq_main(int argc, char **argv);
int ocsp_main(int argc, char **argv);
int passwd_main(int argc, char **argv);
int pkcs7_main(int argc, char **argv);
diff --git a/usr.bin/openssl/s_apps.h b/usr.bin/openssl/s_apps.h
index a73c2eb1b4d..d8217d9eee9 100644
--- a/usr.bin/openssl/s_apps.h
+++ b/usr.bin/openssl/s_apps.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: s_apps.h,v 1.7 2021/12/06 11:06:58 tb Exp $ */
+/* $OpenBSD: s_apps.h,v 1.8 2024/05/18 08:47:13 jsg Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -130,7 +130,6 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key);
#endif
int ssl_print_tmp_key(BIO *out, SSL *s);
int init_client(int *sock, char *server, char *port, int type, int af);
-int should_retry(int i);
int extract_port(char *str, short *port_ptr);
int extract_host_port(char *str, char **host_ptr, unsigned char *ip, char **p);