diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-08 17:14:06 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-08 17:14:06 +0200 |
commit | 808df3bd61a343cb6b585dd399ffedca458cfcbe (patch) | |
tree | 6f4ee6d9633aea38f1767615f02b4dbdfe74c49f /vio/viosslfactories.c | |
parent | ed8963d6602207284d84d4db14bd19fe7fc442ea (diff) | |
download | mariadb-git-808df3bd61a343cb6b585dd399ffedca458cfcbe.tar.gz |
Remove valgrind and compiler warnings
Add function 'vio_end' that will cleanup resources allocated by vio and the components it uses.
include/violite.h:
Import patch warnings.patch
libmysql/libmysql.c:
Import patch warnings.patch
sql/mysqld.cc:
Import patch warnings.patch
vio/test-ssl.c:
Import patch warnings.patch
vio/test-sslclient.c:
Import patch warnings.patch
vio/test-sslserver.c:
Import patch warnings.patch
vio/vio.c:
Import patch warnings.patch
vio/viosslfactories.c:
Import patch warnings.patch
Diffstat (limited to 'vio/viosslfactories.c')
-rw-r--r-- | vio/viosslfactories.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 058a19dfa0c..2c528e9a2fc 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -220,7 +220,7 @@ static void check_ssl_init() } /************************ VioSSLFd **********************************/ -struct st_VioSSLFd * +static struct st_VioSSLFd * new_VioSSLFd(const char *key_file, const char *cert_file, const char *ca_file, const char *ca_path, const char *cipher, SSL_METHOD *method) |