Deleted Added
full compact
1943c1943
< unsigned long alg,mask,kalg;
---
> unsigned long alg,kalg;
1945c1945
< int i,is_export;
---
> int i;
1950,1951d1949
< is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
< mask=is_export?c->export_mask:c->mask;