return immediately if namemap is NULL
authorVladimír Kotal <vladimir.kotal@oracle.com>
Fri, 16 Jun 2023 14:25:58 +0000 (16:25 +0200)
committerPauli <pauli@openssl.org>
Sun, 18 Jun 2023 06:55:09 +0000 (16:55 +1000)
commitd808fa015132d63f06f555649bc4b3f0e2e5124e
tree5b6d3735342558b886d8adfff62f720879f0c4b0
parent6ea4da6e4d03cd9591805e166cfd94a374c33628
return immediately if namemap is NULL

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21223)
crypto/core_namemap.c