summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-01-05 13:35:55 +0100
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:15 +0100
commit0ce8703e99dabfa95d1cc0cd720c14f68d4cdda5 (patch)
tree3065eb39a47a1e5bb6520837c64179c420c2b17f /plugin
parent5e17ca565e3d1aa9bbb096c60d01eadfef651ddb (diff)
downloadmariadb-git-0ce8703e99dabfa95d1cc0cd720c14f68d4cdda5.tar.gz
password validation plugin API: renames
Diffstat (limited to 'plugin')
-rw-r--r--plugin/cracklib_password_check/cracklib_password_check.c2
-rw-r--r--plugin/simple_password_check/simple_password_check.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/cracklib_password_check/cracklib_password_check.c b/plugin/cracklib_password_check/cracklib_password_check.c
index cb03c054b22..c16075df74b 100644
--- a/plugin/cracklib_password_check/cracklib_password_check.c
+++ b/plugin/cracklib_password_check/cracklib_password_check.c
@@ -58,7 +58,7 @@ static struct st_mysql_sys_var* sysvars[]= {
NULL
};
-static struct st_mysql_password_validation info=
+static struct st_mariadb_password_validation info=
{
MariaDB_PASSWORD_VALIDATION_INTERFACE_VERSION,
crackme
diff --git a/plugin/simple_password_check/simple_password_check.c b/plugin/simple_password_check/simple_password_check.c
index 6d046d9cada..af11046a08a 100644
--- a/plugin/simple_password_check/simple_password_check.c
+++ b/plugin/simple_password_check/simple_password_check.c
@@ -79,7 +79,7 @@ static struct st_mysql_sys_var* sysvars[]= {
NULL
};
-static struct st_mysql_password_validation info=
+static struct st_mariadb_password_validation info=
{
MariaDB_PASSWORD_VALIDATION_INTERFACE_VERSION,
validate