summaryrefslogtreecommitdiff
path: root/crypto/threads_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/threads_win.c')
-rw-r--r--crypto/threads_win.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/threads_win.c b/crypto/threads_win.c
index 51d489cdf03b..795d97a012eb 100644
--- a/crypto/threads_win.c
+++ b/crypto/threads_win.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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
@@ -50,7 +50,7 @@ typedef struct {
* atomically updated
*/
struct rcu_qp {
- volatile uint64_t users;
+ uint64_t users;
};
struct thread_qp {