]> granicus.if.org Git - curl/commit
openssl: fix the SSL_get_tlsext_status_ocsp_resp call
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jan 2019 22:57:25 +0000 (23:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jan 2019 07:20:57 +0000 (08:20 +0100)
commit16a3307e813fa82776dc265201ffc7dac1c842a7
tree514cb6c275518fa0e36faffa9bfdfbd55675c958
parent2fa0d57e2e3b7a808af55e52912827813d19c38f
openssl: fix the SSL_get_tlsext_status_ocsp_resp call

.... to not pass in a const in the second argument as that's not how it
is supposed to be used and might cause compiler warnings.

Reported-by: Pavel Pavlov
Fixes #3477
Closes #3478
lib/vtls/openssl.c