artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5575003
)
Rename argument to SCT_LIST_free()
author
jsing
<jsing@openbsd.org>
Sat, 18 Dec 2021 15:58:59 +0000
(15:58 +0000)
committer
jsing
<jsing@openbsd.org>
Sat, 18 Dec 2021 15:58:59 +0000
(15:58 +0000)
lib/libcrypto/ct/ct_sct.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ct/ct_sct.c
b/lib/libcrypto/ct/ct_sct.c
index
ba02955
..
c5e9c14
100644
(file)
--- a/
lib/libcrypto/ct/ct_sct.c
+++ b/
lib/libcrypto/ct/ct_sct.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ct_sct.c,v 1.
5 2021/12/17 11:25:22 tb
Exp $ */
+/* $OpenBSD: ct_sct.c,v 1.
6 2021/12/18 15:58:59 jsing
Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
@@
-51,9
+51,9
@@
SCT_free(SCT *sct)
}
void
-SCT_LIST_free(STACK_OF(SCT) *
a
)
+SCT_LIST_free(STACK_OF(SCT) *
scts
)
{
- sk_SCT_pop_free(
a
, SCT_free);
+ sk_SCT_pop_free(
scts
, SCT_free);
}
int