KDF: use string names not macros to align with other algorithms.
authorPauli <paul.dale@oracle.com>
Wed, 30 Oct 2019 01:00:19 +0000 (11:00 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 31 Oct 2019 03:20:09 +0000 (13:20 +1000)
commit0fee1dffbb59f7dd0f8def60b945232554f3856c
tree3493215b2194a9bbc95e73eb61af7adcdc22ec6e
parentd9b8c7237cb0e970bf508613421ee6ba280f8388
KDF: use string names not macros to align with other algorithms.

Only the KDF and PRF algorithms used the macros for their names, all other
algorithms used a string name directly.  This brings the KDFs and PRFs into
line with the rest.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10293)
providers/defltprov.c
providers/fips/fipsprov.c