Drop duplicate ctx->verify_cb assignment
authorViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 29 Apr 2016 20:36:32 +0000 (16:36 -0400)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Tue, 3 May 2016 14:50:40 +0000 (10:50 -0400)
commit7b7eb4725ead9440e5f68c999e0792098ea82239
treeab783fac1d0e452894e765129f2c142297b5ce6f
parentfb015ca6f05e09b11a3932f89d25bae697c8af1e
Drop duplicate  ctx->verify_cb assignment

The right variant is ~18 lines below.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/x509/x509_vfy.c