|
|
|
|
|
by nickls
4501 days ago
|
|
Doesn't look like any (major) modification to surrounding lines. if ((err = ReadyHash(&SSLHashSHA1, &hashCtx, ctx)) != 0)
goto fail;
changes to: if ((err = ReadyHash(&SSLHashSHA1, &hashCtx)) != 0)
goto fail;
See:
http://www.diffnow.com/?report=ob51kDiff35 |
|