Allow strings in params to be of zero length
authorMatt Caswell <matt@openssl.org>
Thu, 17 Oct 2019 16:19:21 +0000 (17:19 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 14 Nov 2019 09:29:21 +0000 (09:29 +0000)
commit46ef075a99b3ea8e8bd5641405f745c43fdaefb2
treeea3cb22d3f56824aeae80f0100014ffdb04fbdc8
parentb3f3ba7011c9afa3ac3b5ebf0c7462fb6ddee2cd
Allow strings in params to be of zero length

Sometimes it is useful to be able to pass NULL/zero length strings

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10152)
crypto/params.c