Fix bad result in i2b_PVK()
authorMatt Caswell <matt@openssl.org>
Mon, 1 Aug 2016 11:11:21 +0000 (12:11 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 1 Aug 2016 11:11:21 +0000 (12:11 +0100)
commitfebb096c4c5d927c3f48f22adce64839721e79dc
tree4aeeecf84ddd2900f91e7c79917a32f5fe635e75
parent1e7c159d0dd8dcbb77bab412e40daa34ab2ed749
Fix bad result in i2b_PVK()

The function i2b_PVK() was returning a bad pointer causing subsequent
crashes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/pem/pvkfmt.c