diff options
author | tb <> | 2025-01-02 12:31:44 +0000 |
---|---|---|
committer | tb <> | 2025-01-02 12:31:44 +0000 |
commit | bfe41498f545753dac1119fd7055b642e2030ceb (patch) | |
tree | 7daddaea09f0f171ed1e8f354915f30347ae52bc /src/usr.bin/openssl/ciphers.c | |
parent | e66ace5866e5cf640f90e9158ea3245cf5c846e4 (diff) | |
download | openbsd-bfe41498f545753dac1119fd7055b642e2030ceb.tar.gz openbsd-bfe41498f545753dac1119fd7055b642e2030ceb.tar.bz2 openbsd-bfe41498f545753dac1119fd7055b642e2030ceb.zip |
openssl(1) doesn't need 6 .h files: fold progs.h into apps.h
discussed with jsing
Diffstat (limited to 'src/usr.bin/openssl/ciphers.c')
-rw-r--r-- | src/usr.bin/openssl/ciphers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ciphers.c b/src/usr.bin/openssl/ciphers.c index 3478df910e..9549fa3607 100644 --- a/src/usr.bin/openssl/ciphers.c +++ b/src/usr.bin/openssl/ciphers.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ciphers.c,v 1.19 2024/12/11 12:18:05 tb Exp $ */ | 1 | /* $OpenBSD: ciphers.c,v 1.20 2025/01/02 12:31:44 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -22,7 +22,6 @@ | |||
22 | #include <openssl/ssl.h> | 22 | #include <openssl/ssl.h> |
23 | 23 | ||
24 | #include "apps.h" | 24 | #include "apps.h" |
25 | #include "progs.h" | ||
26 | 25 | ||
27 | static struct { | 26 | static struct { |
28 | int usage; | 27 | int usage; |