diff options
author | df@pippilotta.erinye.com <> | 2007-06-15 11:28:15 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-06-15 11:28:15 +0200 |
commit | c64fca9e240c3040d2711daf0b5c185db8af3ad9 (patch) | |
tree | 17bb448f017c24409a1a1571be6c49cd04f80df3 | |
parent | 7c02fbd1474c5257e69bc128cf47ec120747edd5 (diff) | |
download | mariadb-git-c64fca9e240c3040d2711daf0b5c185db8af3ad9.tar.gz |
follow-up fix
-rw-r--r-- | include/violite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/violite.h b/include/violite.h index e0172008565..7b57667541a 100644 --- a/include/violite.h +++ b/include/violite.h @@ -100,7 +100,9 @@ my_bool vio_poll_read(Vio *vio,uint timeout); #define HEADER_DES_LOCL_H dummy_something #define YASSL_MYSQL_COMPATIBLE +#ifndef YASSL_PREFIX #define YASSL_PREFIX +#endif /* Set yaSSL to use same type as MySQL do for socket handles */ typedef my_socket YASSL_SOCKET_T; #define YASSL_SOCKET_T_DEFINED |