Change STACK_OF to use inline functions.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 23 Dec 2015 00:47:13 +0000 (00:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Jan 2016 18:00:51 +0000 (18:00 +0000)
commit411abf2dd37974a5baa54859c1abcd287b3c1181
treefcdd02f7bdc280898d8d5512caa28542f9b48cd4
parent249d9719a612c2c81d42635606e77c3eeadfb725
Change STACK_OF to use inline functions.

Change DECLARE_STACK_OF into inline functions. This avoids the need for
auto generated mkstack.pl macros and now handles const properly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/safestack.h
util/mkstack.pl