summaryrefslogtreecommitdiffstats
path: root/ssl/sslerr.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-04-07 17:35:36 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:12 +0100
commite2d5742b1460c45bf39094ea08e4e85a8f507ea8 (patch)
tree67cfdbe193f5dff47d05460da589619a4eeb2a55 /ssl/sslerr.h
parent0c974fc754e4b0525819ca9f6c3e124141b690ad (diff)
Transfer the functionality from ssl3_read_n to the new record layer
This transfers the low level function ssl3_read_n to the new record layer. We temporarily make the read_n function a top level record layer function. Eventually, in later commits in this refactor, we will remove it as a top level function and it will just be called from read_record. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'ssl/sslerr.h')
-rw-r--r--ssl/sslerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/sslerr.h b/ssl/sslerr.h
index 5c5b760e38..6715ac6a32 100644
--- a/ssl/sslerr.h
+++ b/ssl/sslerr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy