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:
88e004d
)
Fix from head.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 9 May 2008 23:17:51 +0000
(23:17 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 9 May 2008 23:17:51 +0000
(23:17 +0000)
crypto/stack/safestack.h
patch
|
blob
|
history
diff --git
a/crypto/stack/safestack.h
b/crypto/stack/safestack.h
index 6010b7f122fc5f86256fe6dbaf9313d1dff32a33..00bb4284917c73d197748e888b1f02ab522e6509 100644
(file)
--- a/
crypto/stack/safestack.h
+++ b/
crypto/stack/safestack.h
@@
-170,7
+170,7
@@
STACK_OF(type) \
#define SKM_sk_push(type, st,val) \
sk_push(st, (char *)val)
#define SKM_sk_unshift(type, st,val) \
- sk_unshift(st, val)
+ sk_unshift(st,
(char *)
val)
#define SKM_sk_find(type, st,val) \
sk_find(st, (char *)val)
#define SKM_sk_delete(type, st,i) \