aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack/safestack.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-10-14 08:10:52 +0000
committerBen Laurie <ben@openssl.org>2008-10-14 08:10:52 +0000
commit1ea6472e604ed0e411fa41fcb5f242729ee42cd6 (patch)
tree48d94ac212ab59ca0e17e7c250f5f0f0c063a039 /crypto/stack/safestack.h
parentb8dfde2a362a4a4cb1f102674704972471385a87 (diff)
downloadopenssl-1ea6472e604ed0e411fa41fcb5f242729ee42cd6.zip
openssl-1ea6472e604ed0e411fa41fcb5f242729ee42cd6.tar.gz
openssl-1ea6472e604ed0e411fa41fcb5f242729ee42cd6.tar.bz2
Type-safe OBJ_bsearch_ex.
Diffstat (limited to 'crypto/stack/safestack.h')
-rw-r--r--crypto/stack/safestack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h
index 9ed5fc2..58597c4 100644
--- a/crypto/stack/safestack.h
+++ b/crypto/stack/safestack.h
@@ -69,7 +69,7 @@
((void (*)(void *)) ((1 ? p : (void (*)(type))0)))
#define CHECKED_SK_CMP_FUNC(type, p) \
- ((int (*)(const void * const *, const void * const *)) \
+ ((int (*)(const void *, const void *)) \
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
#define STACK_OF(type) struct stack_st_##type