Small typo, `mask' got the same value ORed to it twice instead of
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Jan 2005 16:40:48 +0000 (16:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Jan 2005 16:40:48 +0000 (16:40 +0000)
commitc4d423511aa33fb0d8d8155a27fe05a294c1bd52
treeece07d3cfc51921d814995316337b97149f070c8
parentb15a93a9c55c1dd4163eda3d61e090e320e51b8f
Small typo, `mask' got the same value ORed to it twice instead of
`mask' and `emask' getting that operation done once each.

Patch supplied by Nils Larsch <nils.larsch@cybertrust.com>
ssl/ssl_lib.c