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 | 0b87650887a5f78c8dcee429dce3981e3014676c (patch) | |
tree | f579b91624e023fda303d3e12e0a3d8af58d3c5c /vio | |
parent | 3fe5cd80ae064883edfdd189a99905d7036bb754 (diff) | |
download | mariadb-git-0b87650887a5f78c8dcee429dce3981e3014676c.tar.gz |
Post-merge fixes: fix typo and remove unused variables.
Diffstat (limited to 'vio')
-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[]= { |