summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>