Loading ssl/statem/statem_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -2373,7 +2373,7 @@ static int tls_construct_cke_gost(SSL *s, unsigned char **p, int *len, int *al) dgst_nid = NID_id_GostR3411_2012_256; /* * Get server sertificate PKEY and create ctx from it * Get server certificate PKEY and create ctx from it */ peer_cert = s->session->peer; if (!peer_cert) { Loading Loading
ssl/statem/statem_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -2373,7 +2373,7 @@ static int tls_construct_cke_gost(SSL *s, unsigned char **p, int *len, int *al) dgst_nid = NID_id_GostR3411_2012_256; /* * Get server sertificate PKEY and create ctx from it * Get server certificate PKEY and create ctx from it */ peer_cert = s->session->peer; if (!peer_cert) { Loading