summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ciphers.c
diff options
context:
space:
mode:
authortb <>2025-01-02 12:31:44 +0000
committertb <>2025-01-02 12:31:44 +0000
commitbfe41498f545753dac1119fd7055b642e2030ceb (patch)
tree7daddaea09f0f171ed1e8f354915f30347ae52bc /src/usr.bin/openssl/ciphers.c
parente66ace5866e5cf640f90e9158ea3245cf5c846e4 (diff)
downloadopenbsd-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.c3
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
27static struct { 26static struct {
28 int usage; 27 int usage;