summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bio_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/bio_ssl.c')
-rw-r--r--src/lib/libssl/bio_ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/bio_ssl.c b/src/lib/libssl/bio_ssl.c
index d6974cdb24..98a730d110 100644
--- a/src/lib/libssl/bio_ssl.c
+++ b/src/lib/libssl/bio_ssl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio_ssl.c,v 1.36 2022/11/11 11:25:18 beck Exp $ */ 1/* $OpenBSD: bio_ssl.c,v 1.37 2022/11/26 16:08:55 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 *
@@ -67,7 +67,7 @@
67#include <openssl/ssl.h> 67#include <openssl/ssl.h>
68 68
69#include "bio_local.h" 69#include "bio_local.h"
70#include "ssl_locl.h" 70#include "ssl_local.h"
71 71
72static int ssl_write(BIO *h, const char *buf, int num); 72static int ssl_write(BIO *h, const char *buf, int num);
73static int ssl_read(BIO *h, char *buf, int size); 73static int ssl_read(BIO *h, char *buf, int size);