Remove an unneccessary check of cipher
Due to short-circuiting we only need to check "cipher" for NULL once.
PR#699
Reviewed-by: NRichard Levitte <levitte@openssl.org>
Showing
想要评论请 注册 或 登录
Due to short-circuiting we only need to check "cipher" for NULL once.
PR#699
Reviewed-by: NRichard Levitte <levitte@openssl.org>