Simplify calling of the OCSP callback
authorMatt Caswell <matt@openssl.org>
Thu, 10 Dec 2015 10:44:30 +0000 (10:44 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 27 Dec 2015 21:59:04 +0000 (21:59 +0000)
commitb1931d432f4b53ceb2e2eacec09c2e32e043830b
tree0d1960f182b912139c16cb47ed755d5d014630be
parent43c34894d703e3e5c2fc03bad3a78a1cf10d8ba5
Simplify calling of the OCSP callback

Move all calls of the OCSP callback into one place, rather than repeating it
in two different places.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/statem/statem_clnt.c
ssl/t1_lib.c