diff options
| author | tb <> | 2025-01-02 12:31:44 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-02 12:31:44 +0000 |
| commit | 8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8 (patch) | |
| tree | 7daddaea09f0f171ed1e8f354915f30347ae52bc /src/usr.bin/openssl/openssl.c | |
| parent | 869ae0aea1e9cce7ad7b01e742d0941cee949341 (diff) | |
| download | openbsd-8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8.tar.gz openbsd-8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8.tar.bz2 openbsd-8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8.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/openssl.c')
| -rw-r--r-- | src/usr.bin/openssl/openssl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index adafb0bc71..eaa5401ece 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: openssl.c,v 1.37 2024/07/08 05:59:10 tb Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.38 2025/01/02 12:31:44 tb 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 | * |
| @@ -127,7 +127,6 @@ | |||
| 127 | #include <openssl/ssl.h> | 127 | #include <openssl/ssl.h> |
| 128 | #include <openssl/x509.h> | 128 | #include <openssl/x509.h> |
| 129 | 129 | ||
| 130 | #include "progs.h" | ||
| 131 | #include "s_apps.h" | 130 | #include "s_apps.h" |
| 132 | 131 | ||
| 133 | #define FUNC_TYPE_GENERAL 1 | 132 | #define FUNC_TYPE_GENERAL 1 |
