diff options
| author | jsg <> | 2024-05-18 08:47:13 +0000 |
|---|---|---|
| committer | jsg <> | 2024-05-18 08:47:13 +0000 |
| commit | bdd63413ab992c7aa59b0efe228badc4d37dd763 (patch) | |
| tree | 5789edceaf543bd083d71d547edd765c026a10ee /src/usr.bin/openssl/s_apps.h | |
| parent | 15fe69eb75f6460514126b5ba4e8b80c478f1a2b (diff) | |
| download | openbsd-bdd63413ab992c7aa59b0efe228badc4d37dd763.tar.gz openbsd-bdd63413ab992c7aa59b0efe228badc4d37dd763.tar.bz2 openbsd-bdd63413ab992c7aa59b0efe228badc4d37dd763.zip | |
remove prototypes with no matching function; ok tb@
Diffstat (limited to 'src/usr.bin/openssl/s_apps.h')
| -rw-r--r-- | src/usr.bin/openssl/s_apps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_apps.h b/src/usr.bin/openssl/s_apps.h index a73c2eb1b4..d8217d9eee 100644 --- a/src/usr.bin/openssl/s_apps.h +++ b/src/usr.bin/openssl/s_apps.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: s_apps.h,v 1.7 2021/12/06 11:06:58 tb Exp $ */ | 1 | /* $OpenBSD: s_apps.h,v 1.8 2024/05/18 08:47:13 jsg Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -130,7 +130,6 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key); | |||
| 130 | #endif | 130 | #endif |
| 131 | int ssl_print_tmp_key(BIO *out, SSL *s); | 131 | int ssl_print_tmp_key(BIO *out, SSL *s); |
| 132 | int init_client(int *sock, char *server, char *port, int type, int af); | 132 | int init_client(int *sock, char *server, char *port, int type, int af); |
| 133 | int should_retry(int i); | ||
| 134 | int extract_port(char *str, short *port_ptr); | 133 | int extract_port(char *str, short *port_ptr); |
| 135 | int extract_host_port(char *str, char **host_ptr, unsigned char *ip, char **p); | 134 | int extract_host_port(char *str, char **host_ptr, unsigned char *ip, char **p); |
| 136 | 135 | ||
