summaryrefslogtreecommitdiff
path: root/engines/e_afalg_err.c
diff options
context:
space:
mode:
authorSven Schwermer <sven.schwermer@disruptive-technologies.com>2021-05-27 08:41:07 +0200
committerTomas Mraz <tomas@openssl.org>2021-05-28 14:22:45 +0200
commit29253e1e87f4d417f4a082f6193ba539f9b9b1a5 (patch)
tree36b5a183225ca0714f72d9b0de394d7b00c62730 /engines/e_afalg_err.c
parent5642882f11b0ca6b026b20775c0cddf4a29bc26c (diff)
downloadopenssl-new-29253e1e87f4d417f4a082f6193ba539f9b9b1a5.tar.gz
ERR: Rebuild generated engine error files
CLA: trivial Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15495)
Diffstat (limited to 'engines/e_afalg_err.c')
-rw-r--r--engines/e_afalg_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/e_afalg_err.c b/engines/e_afalg_err.c
index cc365064ef..47a3d034e5 100644
--- a/engines/e_afalg_err.c
+++ b/engines/e_afalg_err.c
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2021 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
@@ -62,7 +62,7 @@ static void ERR_unload_AFALG_strings(void)
}
}
-static void ERR_AFALG_error(int function, int reason, char *file, int line)
+static void ERR_AFALG_error(int function, int reason, const char *file, int line)
{
if (lib_code == 0)
lib_code = ERR_get_next_error_library();