diff options
Diffstat (limited to 'crypto/buffer/buf_err.c')
-rw-r--r-- | crypto/buffer/buf_err.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c index 702707bb88..7eee54f321 100644 --- a/crypto/buffer/buf_err.c +++ b/crypto/buffer/buf_err.c @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2020 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 @@ -10,6 +10,7 @@ #include <openssl/err.h> #include <openssl/buffererr.h> +#include "crypto/buffererr.h" #ifndef OPENSSL_NO_ERR @@ -19,7 +20,7 @@ static const ERR_STRING_DATA BUF_str_reasons[] = { #endif -int ERR_load_BUF_strings(void) +int err_load_BUF_strings_int(void) { #ifndef OPENSSL_NO_ERR if (ERR_reason_error_string(BUF_str_reasons[0].error) == NULL) |