Skip to content

Commit 82f2ed3

Browse files
committed
Bump copyright date on recently modified files
1 parent b29cb77 commit 82f2ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/eng_back.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2002 Juha Yrjölä
44
* Copyright (c) 2002 Olaf Kirch
55
* Copyright (c) 2003 Kevin Stefanik
6-
* Copyright (c) 2016-2018 Michał Trojnara <[email protected]>
6+
* Copyright (c) 2016-2025 Michał Trojnara <[email protected]>
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions
@@ -210,7 +210,7 @@ EVP_PKEY *ENGINE_CTX_load_privkey(ENGINE_CTX *ctx, const char *s_key_id,
210210

211211
pthread_mutex_lock(&ctx->lock);
212212

213-
if (!ctx->ui_method_provided) /* Cache ui_method, but not ui_data) */
213+
if (!ctx->ui_method_provided) /* Cache ui_method, but not ui_data */
214214
ctx->ui_method = ui_method;
215215

216216
/* Delayed libp11 initialization */

src/eng_front.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 2003 Kevin Stefanik ([email protected])
66
* Copied/modified by Kevin Stefanik ([email protected]) for the OpenSC
77
* project 2003.
8-
* Copyright (c) 2016-2018 Michał Trojnara <[email protected]>
8+
* Copyright (c) 2016-2025 Michał Trojnara <[email protected]>
99
*
1010
* Licensed under the OpenSSL license (the "License"). You may not use
1111
* this file except in compliance with the License. You can obtain a copy

0 commit comments

Comments
 (0)