openssl/crypto/stack
Geoff Thorpe 01296a6de0 All the little functions created by the IMPLEMENT_STACK_OF() macro will
cast their type-specific STACK into a real STACK and call the underlying
sk_*** function. The problem is that if the STACK_OF(..) parameter being
passed in has a "const *" qualifier, it is discarded by the cast.

I'm currently implementing a fix for this but in the mean-time, this is
one case I noticed (a few type-specific sk_**_num() functions pass in
const type-specific stacks). If there are other errors in the code where
consts are being discarded, we will similarly not notice them. yuck.
2000-05-31 15:28:01 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Tidy up CRYPTO_EX_DATA structures. 2000-01-23 23:41:49 +00:00
safestack.h Typesafety Thought Police Part 2. 2000-05-16 19:53:50 +00:00
stack.c All the little functions created by the IMPLEMENT_STACK_OF() macro will 2000-05-31 15:28:01 +00:00
stack.h All the little functions created by the IMPLEMENT_STACK_OF() macro will 2000-05-31 15:28:01 +00:00