Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Mar 2019 20:49:54 +0000 (21:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Mar 2019 18:14:50 +0000 (19:14 +0100)
commite2146e120f5bab21dcedfb34741141897f80e1ee
treed14889394081694c65a97d80f40d4d82dc8a57e9
parenteabf91cd11e733142b238c24f7ce39974bcfcb70
Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR

In unrelated code

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8451)
crypto/provider_core.c
test/p_test.c