Fix store with opaque data
authorTodd Short <tshort@akamai.com>
Thu, 21 Jan 2016 19:26:53 +0000 (14:26 -0500)
committerKurt Roeckx <kurt@roeckx.be>
Sat, 23 Jan 2016 20:01:43 +0000 (21:01 +0100)
commitde42e71701ff9f7af97e3c8904f12c55549c2503
tree4e11824eb824cc40122ba7f10ae12a0574c9f556
parent33a23fa6afe355304e02b7abb96acdbc5fc6c5c2
Fix store with opaque data

When experimental-store is enabled, it does not compile due to the
change to opaque data structures.

Change CRYPTO_add() to EVP_PKEY_up_ref() as needed.

Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
RT: #4263, GH: #579
crypto/store/str_lib.c