Actions
Bug #2547
closedWrong variable name in network_openssl_load_pemfile function
ASK QUESTIONS IN Forums:
Description
The latest released version of the software (1.4.34) seems to have a typo at line 586 of the network.c source file (network_openssl_load_pemfile function), making the compilation fail.
I managed to fix it switching the "i" variable by "ndx", once "i" is the parameter passed to the function ahead in the code. It seems like it was just cropped from the original piece of code and forgotten to be renamed.
Updated by darix almost 11 years ago
- Status changed from New to Fixed
- Assignee set to stbuehler
- Priority changed from Normal to Low
This is already fixed in commit r2937 just grab the fix from svn.
Updated by edsonmarquezani almost 11 years ago
Thanks for answering it so quickly, darix. But would'n it be nice to update the tarball on the site?
Updated by darix almost 11 years ago
We would roll a new release. You never change released tarballs.
Updated by stbuehler over 9 years ago
- Assignee deleted (
stbuehler) - Target version changed from 1.4.x to 1.4.35
Actions
Also available in: Atom