diff options
author | tb <> | 2025-01-02 13:10:03 +0000 |
---|---|---|
committer | tb <> | 2025-01-02 13:10:03 +0000 |
commit | 31683601b72b2a5980f5f5d968711f4a1fba7a52 (patch) | |
tree | c4838fa7396ce47a209dde85f2982a12ac8265be /src/usr.bin/openssl/s_cb.c | |
parent | 6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e (diff) | |
download | openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.tar.gz openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.tar.bz2 openbsd-31683601b72b2a5980f5f5d968711f4a1fba7a52.zip |
Merge s_apps.h into apps.h
discussed with jsing
Diffstat (limited to 'src/usr.bin/openssl/s_cb.c')
-rw-r--r-- | src/usr.bin/openssl/s_cb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/s_cb.c b/src/usr.bin/openssl/s_cb.c index d503b8cf27..fcb2cd3076 100644 --- a/src/usr.bin/openssl/s_cb.c +++ b/src/usr.bin/openssl/s_cb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_cb.c,v 1.21 2023/04/14 15:27:13 tb Exp $ */ | 1 | /* $OpenBSD: s_cb.c,v 1.22 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 | * |
@@ -124,8 +124,6 @@ | |||
124 | #include <openssl/ssl.h> | 124 | #include <openssl/ssl.h> |
125 | #include <openssl/x509.h> | 125 | #include <openssl/x509.h> |
126 | 126 | ||
127 | #include "s_apps.h" | ||
128 | |||
129 | #define COOKIE_SECRET_LENGTH 16 | 127 | #define COOKIE_SECRET_LENGTH 16 |
130 | 128 | ||
131 | int verify_depth = 0; | 129 | int verify_depth = 0; |