summaryrefslogtreecommitdiff
path: root/include/mysql/client_authentication.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/client_authentication.h')
-rw-r--r--include/mysql/client_authentication.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mysql/client_authentication.h b/include/mysql/client_authentication.h
deleted file mode 100644
index 2bd2fc98bac..00000000000
--- a/include/mysql/client_authentication.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#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
-