diff options
| author | jsg <> | 2024-05-21 05:00:48 +0000 |
|---|---|---|
| committer | jsg <> | 2024-05-21 05:00:48 +0000 |
| commit | 06fe016fe34d13a8a29030af003f0b7b72888834 (patch) | |
| tree | 81cfd9a72bfe882bfe00ba6f0fc3e51edcd50cc1 /src | |
| parent | 63c9317f6e9b5528a0ef8157114bce0b6dfb1c02 (diff) | |
| download | openbsd-06fe016fe34d13a8a29030af003f0b7b72888834.tar.gz openbsd-06fe016fe34d13a8a29030af003f0b7b72888834.tar.bz2 openbsd-06fe016fe34d13a8a29030af003f0b7b72888834.zip | |
remove prototypes with no matching function and externs with no var
partly checked by millert@
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/apps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index 1c0a2ebea8..7a59b737e1 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: apps.h,v 1.36 2024/05/18 08:48:31 jsg Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.37 2024/05/21 05:00:48 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 | * |
| @@ -149,7 +149,6 @@ int ui_read(UI *ui, UI_STRING *uis); | |||
| 149 | int ui_write(UI *ui, UI_STRING *uis); | 149 | int ui_write(UI *ui, UI_STRING *uis); |
| 150 | int ui_close(UI *ui); | 150 | int ui_close(UI *ui); |
| 151 | 151 | ||
| 152 | int should_retry(int i); | ||
| 153 | int str2fmt(char *s); | 152 | int str2fmt(char *s); |
| 154 | void program_name(char *in, char *out, int size); | 153 | void program_name(char *in, char *out, int size); |
| 155 | #ifdef HEADER_X509_H | 154 | #ifdef HEADER_X509_H |
