commit | 4d04cdcd12d81756f214aeb36009a6111b6dc85b | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Aug 28 10:32:21 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 31 09:31:55 2015 +0200 |
tree | dec0793b00d8f7854e4baceba647016dffd041e1 | |
parent | 6a6619b24bebfd4f9d8573a0383b390d83aef1bc [diff] |
Fix RSA mutex fix Once the mutex is acquired, we must goto cleanup rather that return. Since cleanup adjusts the return value, adjust that in test cases. Also, at cleanup we don't want to overwrite 'ret', or we'll loose track of errors. see #257