diff options
Diffstat (limited to 'crypto/err/err.c')
| -rw-r--r-- | crypto/err/err.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/crypto/err/err.c b/crypto/err/err.c index 1372d52f80ee..bd116e249acb 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -1,5 +1,5 @@  /* - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.   *   * Licensed under the OpenSSL license (the "License").  You may not use   * this file except in compliance with the License.  You can obtain a copy @@ -129,6 +129,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = {      {ERR_R_INTERNAL_ERROR, "internal error"},      {ERR_R_DISABLED, "called a function that was disabled at compile-time"},      {ERR_R_INIT_FAIL, "init fail"}, +    {ERR_R_PASSED_INVALID_ARGUMENT, "passed invalid argument"},      {ERR_R_OPERATION_FAIL, "operation fail"},      {0, NULL}, | 
