mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
13
include/mysql/client_authentication.h
Normal file
13
include/mysql/client_authentication.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CLIENT_AUTHENTICATION_H
|
||||
#define CLIENT_AUTHENTICATION_H
|
||||
#include "mysql.h"
|
||||
#include "mysql/client_plugin.h"
|
||||
|
||||
C_MODE_START
|
||||
int sha256_password_auth_client(MYSQL_PLUGIN_VIO *vio, MYSQL *mysql);
|
||||
int sha256_password_init(char *, size_t, int, va_list);
|
||||
int sha256_password_deinit(void);
|
||||
C_MODE_END
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user