summaryrefslogtreecommitdiff
path: root/include/crypto/sparse_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/sparse_array.h')
-rw-r--r--include/crypto/sparse_array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/crypto/sparse_array.h b/include/crypto/sparse_array.h
index d2629000eeaf..6529b4615132 100644
--- a/include/crypto/sparse_array.h
+++ b/include/crypto/sparse_array.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -62,7 +62,7 @@ extern "C" {
} \
static ossl_unused ossl_inline int \
ossl_sa_##type##_set(SPARSE_ARRAY_OF(type) * sa, \
- ossl_uintmax_t n, ctype * val) \
+ ossl_uintmax_t n, ctype *val) \
{ \
return ossl_sa_set((OPENSSL_SA *)sa, n, (void *)val); \
} \