diff options
author | jsg <> | 2024-05-21 05:00:48 +0000 |
---|---|---|
committer | jsg <> | 2024-05-21 05:00:48 +0000 |
commit | b7956943c16107aec663bfac7e06f0c4c52c4bba (patch) | |
tree | 81cfd9a72bfe882bfe00ba6f0fc3e51edcd50cc1 | |
parent | 3be3f1f0f62004e6891d1b6f9320e574038582e2 (diff) | |
download | openbsd-b7956943c16107aec663bfac7e06f0c4c52c4bba.tar.gz openbsd-b7956943c16107aec663bfac7e06f0c4c52c4bba.tar.bz2 openbsd-b7956943c16107aec663bfac7e06f0c4c52c4bba.zip |
remove prototypes with no matching function and externs with no var
partly checked by millert@
-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 |