projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263979a
)
PR: 2386
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 2 Dec 2010 18:02:02 +0000
(18:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 2 Dec 2010 18:02:02 +0000
(18:02 +0000)
Submitted by: Stefan Birrer <stefan.birrer@adnovum.ch>
Reviewed by: steve
Correct SKM_ASN1_SET_OF_d2i macro.
crypto/stack/safestack.h
patch
|
blob
|
history
diff --git
a/crypto/stack/safestack.h
b/crypto/stack/safestack.h
index 78cc485e6d144b71b52afa371df2fa69c6fa7e26..b59c6409e4a563ac855b2422aaab86a9b189da6c 100644
(file)
--- a/
crypto/stack/safestack.h
+++ b/
crypto/stack/safestack.h
@@
-127,7
+127,7
@@
STACK_OF(type) \
sk_is_sorted(CHECKED_PTR_OF(STACK_OF(type), st))
#define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
- (STACK_OF(type) *)d2i_ASN1_SET(CHECKED_PTR_OF(STACK_OF(type), st), \
+ (STACK_OF(type) *)d2i_ASN1_SET(CHECKED_PTR_OF(STACK_OF(type)
*
, st), \
pp, length, \
CHECKED_D2I_OF(type, d2i_func), \
CHECKED_SK_FREE_FUNC(type, free_func), \