summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio/bio_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/bio/bio_err.c')
-rw-r--r--lib/libcrypto/bio/bio_err.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libcrypto/bio/bio_err.c b/lib/libcrypto/bio/bio_err.c
index cda693d0362..fa5d16aff8f 100644
--- a/lib/libcrypto/bio/bio_err.c
+++ b/lib/libcrypto/bio/bio_err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bio_err.c,v 1.18 2022/01/14 08:40:57 tb Exp $ */
+/* $OpenBSD: bio_err.c,v 1.19 2022/07/12 14:42:48 kn Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
@@ -53,11 +53,6 @@
*
*/
-/* NOTE: this file was auto generated by the mkerr.pl script: any changes
- * made to it will be overwritten when the script next updates this file,
- * only reason strings will be preserved.
- */
-
#include <stdio.h>
#include <openssl/opensslconf.h>
@@ -65,7 +60,6 @@
#include <openssl/err.h>
#include <openssl/bio.h>
-/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)