diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2006-05-11 04:11:50 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2006-05-11 04:11:50 +0300 |
commit | 95ea2395f2633906108eccfba5f176a92abaadfc (patch) | |
tree | 6743632b2ca4cae69cdcb9e363eab65dd40f3ea1 /include/violite.h | |
parent | 083f8455c7767d1fbec7caef41bac12df0303716 (diff) | |
download | mariadb-git-95ea2395f2633906108eccfba5f176a92abaadfc.tar.gz |
Some fixes that were not done in original merge, compilation revealed.
Diffstat (limited to 'include/violite.h')
-rw-r--r-- | include/violite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/violite.h b/include/violite.h index f17fabaa909..4837ade64b4 100644 --- a/include/violite.h +++ b/include/violite.h @@ -121,7 +121,7 @@ struct st_VioSSLFd *new_VioSSLAcceptorFd(const char *key_file, const char *cert_file, const char *ca_file,const char *ca_path, const char *cipher); -void free_vio_ssl_acceptor_fd(struct st_VioSSLAcceptorFd *fd); +void free_vio_ssl_acceptor_fd(struct st_VioSSLFd *fd); #endif /* HAVE_OPENSSL */ #ifdef HAVE_SMEM |