summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sess.c
diff options
context:
space:
mode:
authortb <>2020-09-01 05:38:48 +0000
committertb <>2020-09-01 05:38:48 +0000
commite2a9d136c82bfa289087c2fe763aa45f13b8cba1 (patch)
tree8cfd15e485ec833b07ecd354d7d083f017d25aba /src/lib/libssl/ssl_sess.c
parentc4e85056430c7717bad800d4e1a6dd84c0fe298f (diff)
downloadopenbsd-e2a9d136c82bfa289087c2fe763aa45f13b8cba1.tar.gz
openbsd-e2a9d136c82bfa289087c2fe763aa45f13b8cba1.tar.bz2
openbsd-e2a9d136c82bfa289087c2fe763aa45f13b8cba1.zip
Hoist ERR_clear_error() call into the derr: label
The only path that sets TLS1_TICKET_NOT_DECRPYTED is through this label and the ERR_clear_error() is called conditionally on this. We clear the errors to make decrypt errors non-fatal. The free functions should not set the errors and if they do, we don't want to hide that. discussed with jsing
Diffstat (limited to 'src/lib/libssl/ssl_sess.c')
0 files changed, 0 insertions, 0 deletions