summaryrefslogtreecommitdiff
path: root/crypto/objects/obj_dat.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-06-09 19:21:35 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-06-09 19:21:35 +0000
commit3a71a35ad9dad0e5d2cad8efecc8ba9d57c42d43 (patch)
tree4f5b47534bc1016b89e70bd6dc27382670adcee5 /crypto/objects/obj_dat.c
parentab5fc4ac933ff67bc800e774dffce15e2a541e90 (diff)
Diffstat (limited to 'crypto/objects/obj_dat.c')
-rw-r--r--crypto/objects/obj_dat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c
index 482718eadb04..9a823d3cd921 100644
--- a/crypto/objects/obj_dat.c
+++ b/crypto/objects/obj_dat.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
@@ -705,8 +705,8 @@ const void *OBJ_bsearch_ex_(const void *key, const void *base, int num,
*/
if (p == NULL) {
const char *base_ = base;
- int l, h, i = 0, c = 0;
- char *p1;
+ int i = 0, c = 0;
+ const char *p1;
for (i = 0; i < num; ++i) {
p1 = &(base_[i * size]);