summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2024-05-21 05:00:48 +0000
committerjsg <>2024-05-21 05:00:48 +0000
commitb7956943c16107aec663bfac7e06f0c4c52c4bba (patch)
tree81cfd9a72bfe882bfe00ba6f0fc3e51edcd50cc1
parent3be3f1f0f62004e6891d1b6f9320e574038582e2 (diff)
downloadopenbsd-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.h3
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);
149int ui_write(UI *ui, UI_STRING *uis); 149int ui_write(UI *ui, UI_STRING *uis);
150int ui_close(UI *ui); 150int ui_close(UI *ui);
151 151
152int should_retry(int i);
153int str2fmt(char *s); 152int str2fmt(char *s);
154void program_name(char *in, char *out, int size); 153void program_name(char *in, char *out, int size);
155#ifdef HEADER_X509_H 154#ifdef HEADER_X509_H