diff options
author | monty@mashka.mysql.fi <> | 2002-09-19 18:46:35 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-19 18:46:35 +0300 |
commit | 76d7ab0ad2b57e843ea05e1e10ebd6ddb41339d1 (patch) | |
tree | 9f00115eb7182d7833a4091c56ad43281a11537e /vio/viosslfactories.c | |
parent | 96ebe3816f5e0c966ac165bed7a4dbff576c5379 (diff) | |
parent | d2b077324444a58a5966ff5e58f54e0019686b08 (diff) | |
download | mariadb-git-76d7ab0ad2b57e843ea05e1e10ebd6ddb41339d1.tar.gz |
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
Diffstat (limited to 'vio/viosslfactories.c')
-rw-r--r-- | vio/viosslfactories.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 23a35f540f6..9e7a1475951 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -71,9 +71,11 @@ report_errors() while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0) { +#ifndef DBUG_OFF /* Avoid warning */ char buf[200]; DBUG_PRINT("error", ("OpenSSL: %s:%s:%d:%s\n", ERR_error_string(l,buf), file,line,(flags & ERR_TXT_STRING) ? data : "")) ; +#endif } DBUG_VOID_RETURN; } |