doc/man3/OSSL_PARAM.pod: add details about multiple elements with same key
authorRichard Levitte <levitte@openssl.org>
Sat, 31 Aug 2019 07:30:43 +0000 (09:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Sep 2019 11:30:09 +0000 (13:30 +0200)
commit45211c563fb12aca50771b3400b833da4095c6de
tree7fed8d713f8c167cb4ad09029c51508077b0d0a3
parentfd60a12d3a08381a543e8f15f1733f7f67de74b8
doc/man3/OSSL_PARAM.pod: add details about multiple elements with same key

Usually, each element in an OSSL_PARAM array will have a unique key.
However, there may be some rare cases when a responder will handle
multiple elements with the same key.  This adds a short passage
explaining this case.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9741)
doc/man3/OSSL_PARAM.pod