From d8559c63605c45d166115ede7c561b2ffc612fc8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 25 Aug 2020 18:39:49 -0400 Subject: Remove deprecated option names The next release will be 2.0 so these can be removed now. --- bounce.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index 109153b..95e3711 100644 --- a/bounce.c +++ b/bounce.c @@ -335,16 +335,6 @@ int main(int argc, char *argv[]) { { .val = 'w', .name = "pass", required_argument }, { .val = 'x', .name = "hash", no_argument }, { .val = 'y', .name = "away", required_argument }, - - // Deprecated names: - { .val = 'A', .name = "client-ca", required_argument }, - { .val = 'C', .name = "cert", required_argument }, - { .val = 'H', .name = "bind-host", required_argument }, - { .val = 'K', .name = "priv", required_argument }, - { .val = 'P', .name = "bind-port", required_argument }, - { .val = 'U', .name = "bind-path", required_argument }, - { .val = 'W', .name = "client-pass", required_argument }, - {0}, }; char opts[2 * ARRAY_LEN(options)]; -- cgit 1.4.1