summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-17 22:39:42 +0000
committertb <>2025-01-17 22:39:42 +0000
commit5312654d515bc918faa1fb9a0ada0664cae7202f (patch)
tree2f418ce2346965cbfaac17c2f85966a8f7a1582c
parent0ed18cf1c50e6c6067e10eb7cdea0c2d008bb2db (diff)
downloadopenbsd-5312654d515bc918faa1fb9a0ada0664cae7202f.tar.gz
openbsd-5312654d515bc918faa1fb9a0ada0664cae7202f.tar.bz2
openbsd-5312654d515bc918faa1fb9a0ada0664cae7202f.zip
ssl_local.h: does not need to include dsa.h
-rw-r--r--src/lib/libssl/ssl_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 4cbc13f8ac..35d9ebae93 100644
--- a/src/lib/libssl/ssl_local.h
+++ b/src/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_local.h,v 1.23 2024/07/23 14:40:54 jsing Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.24 2025/01/17 22:39:42 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 *
@@ -155,7 +155,6 @@
155 155
156#include <openssl/bio.h> 156#include <openssl/bio.h>
157#include <openssl/buffer.h> 157#include <openssl/buffer.h>
158#include <openssl/dsa.h>
159#include <openssl/err.h> 158#include <openssl/err.h>
160#include <openssl/rsa.h> 159#include <openssl/rsa.h>
161#include <openssl/ssl.h> 160#include <openssl/ssl.h>