diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-21 10:11:45 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-21 10:11:45 -0200 |
commit | 64f097dc8021ac810ac1fcaba3d341bb610e8204 (patch) | |
tree | f579b91624e023fda303d3e12e0a3d8af58d3c5c /vio/viosslfactories.c | |
parent | c70a9fa1e3c459e030546b0ca1ac916970bb489b (diff) | |
download | mariadb-git-64f097dc8021ac810ac1fcaba3d341bb610e8204.tar.gz |
Post-merge fixes: fix typo and remove unused variables.
Diffstat (limited to 'vio/viosslfactories.c')
-rw-r--r-- | vio/viosslfactories.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 51d049b18b9..d0a0a69f70b 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -19,7 +19,6 @@ static my_bool ssl_algorithms_added = FALSE; static my_bool ssl_error_strings_loaded= FALSE; -static int verify_depth = 0; static unsigned char dh512_p[]= { |