summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio')
-rw-r--r--src/lib/libcrypto/bio/bio.h6
-rw-r--r--src/lib/libcrypto/bio/bio_err.c8
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h
index 679e88a3bc..0a729bded9 100644
--- a/src/lib/libcrypto/bio/bio.h
+++ b/src/lib/libcrypto/bio/bio.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio.h,v 1.54 2022/01/14 08:40:57 tb Exp $ */ 1/* $OpenBSD: bio.h,v 1.55 2022/07/12 14:42:48 kn 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 *
@@ -681,10 +681,6 @@ BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
681 __attribute__((__deprecated__, __format__(__printf__, 3, 0), 681 __attribute__((__deprecated__, __format__(__printf__, 3, 0),
682 __nonnull__(3))); 682 __nonnull__(3)));
683 683
684/* BEGIN ERROR CODES */
685/* The following lines are auto generated by the script mkerr.pl. Any changes
686 * made after this point may be overwritten when the script is next run.
687 */
688void ERR_load_BIO_strings(void); 684void ERR_load_BIO_strings(void);
689 685
690/* Error codes for the BIO functions. */ 686/* Error codes for the BIO functions. */
diff --git a/src/lib/libcrypto/bio/bio_err.c b/src/lib/libcrypto/bio/bio_err.c
index cda693d036..fa5d16aff8 100644
--- a/src/lib/libcrypto/bio/bio_err.c
+++ b/src/lib/libcrypto/bio/bio_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio_err.c,v 1.18 2022/01/14 08:40:57 tb Exp $ */ 1/* $OpenBSD: bio_err.c,v 1.19 2022/07/12 14:42:48 kn Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,11 +53,6 @@
53 * 53 *
54 */ 54 */
55 55
56/* NOTE: this file was auto generated by the mkerr.pl script: any changes
57 * made to it will be overwritten when the script next updates this file,
58 * only reason strings will be preserved.
59 */
60
61#include <stdio.h> 56#include <stdio.h>
62 57
63#include <openssl/opensslconf.h> 58#include <openssl/opensslconf.h>
@@ -65,7 +60,6 @@
65#include <openssl/err.h> 60#include <openssl/err.h>
66#include <openssl/bio.h> 61#include <openssl/bio.h>
67 62
68/* BEGIN ERROR CODES */
69#ifndef OPENSSL_NO_ERR 63#ifndef OPENSSL_NO_ERR
70 64
71#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0) 65#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)