diff options
| author | tb <> | 2025-01-02 13:10:03 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-02 13:10:03 +0000 |
| commit | 615194fc158a5d23d4587eda0dda3c781f62bfad (patch) | |
| tree | c4838fa7396ce47a209dde85f2982a12ac8265be /src/usr.bin/openssl/openssl.c | |
| parent | c0e2e3a37259fa25952986da7dc8cad02683d400 (diff) | |
| download | openbsd-615194fc158a5d23d4587eda0dda3c781f62bfad.tar.gz openbsd-615194fc158a5d23d4587eda0dda3c781f62bfad.tar.bz2 openbsd-615194fc158a5d23d4587eda0dda3c781f62bfad.zip | |
Merge s_apps.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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index eaa5401ece..75a0e4d266 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.38 2025/01/02 12:31:44 tb Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.39 2025/01/02 13:10:03 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,8 +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 "s_apps.h" | ||
| 131 | |||
| 132 | #define FUNC_TYPE_GENERAL 1 | 130 | #define FUNC_TYPE_GENERAL 1 |
| 133 | #define FUNC_TYPE_MD 2 | 131 | #define FUNC_TYPE_MD 2 |
| 134 | #define FUNC_TYPE_CIPHER 3 | 132 | #define FUNC_TYPE_CIPHER 3 |
