diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2025-01-17 22:39:43 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2025-01-17 22:39:43 +0000 |
commit | 432ec4b54ed9cec5fac15f58f1db2e6ea6c1e9a4 (patch) | |
tree | 4355eba317f68282bfaeb5f763a8e56b9a4ebd62 | |
parent | 696525f6f5c7bec7910552ce1203195400ef7e28 (diff) |
-rw-r--r-- | lib/libssl/ssl_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl_local.h b/lib/libssl/ssl_local.h index 4cbc13f8ac3..35d9ebae938 100644 --- a/lib/libssl/ssl_local.h +++ b/lib/libssl/ssl_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_local.h,v 1.23 2024/07/23 14:40:54 jsing Exp $ */ +/* $OpenBSD: ssl_local.h,v 1.24 2025/01/17 22:39:42 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -155,7 +155,6 @@ #include <openssl/bio.h> #include <openssl/buffer.h> -#include <openssl/dsa.h> #include <openssl/err.h> #include <openssl/rsa.h> #include <openssl/ssl.h> |