Update OpenSSL to version 1.0.2g
This commit is contained in:
parent
880f4abda4
commit
e97922f220
447 changed files with 32806 additions and 113880 deletions
|
|
@ -441,10 +441,7 @@ const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
|
|||
((unsigned long)p[1] << 8L) | (unsigned long)p[2];
|
||||
c.id = id;
|
||||
cp = OBJ_bsearch_ssl_cipher_id(&c, ssl2_ciphers, SSL2_NUM_CIPHERS);
|
||||
if ((cp == NULL) || (cp->valid == 0))
|
||||
return NULL;
|
||||
else
|
||||
return cp;
|
||||
return cp;
|
||||
}
|
||||
|
||||
int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue