Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jun 2016 15:25:21 +0000 (16:25 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 18 Jun 2016 14:34:03 +0000 (15:34 +0100)
commit1dcb8ca2a4aa71964105b24fa7c6254a58b7ad35
tree23ccbb9400fa7158150875f143040294fdd91538
parent6b44f2597e9ab5fc606426e463b491f857696253
Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks

Better than losing the const qualifier.

RT4378

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/engine.c
include/openssl/safestack.h