Merge remote-tracking branch 'origin/patches-2.0'

This commit is contained in:
Nick Mathewson 2012-11-16 10:44:57 -05:00
commit 09a8d23ad9

View File

@ -88,7 +88,7 @@ print_err(int val)
int err;
printf("Error was %d\n", val);
while ((err = ERR_get_error()))x {
while ((err = ERR_get_error())) {
const char *msg = (const char*)ERR_reason_error_string(err);
const char *lib = (const char*)ERR_lib_error_string(err);
const char *func = (const char*)ERR_func_error_string(err);