diff options
| author | Martin Willi <martin@revosec.ch> | 2015-03-19 11:24:31 +0100 |
|---|---|---|
| committer | Martin Willi <martin@revosec.ch> | 2015-03-19 11:24:31 +0100 |
| commit | fd6cc7f243c2e627a7264c916bb15e2f22484071 (patch) | |
| tree | 4427aa323de14a887ca3e4db770c2df178e3aa63 /src/libcharon/plugins/attr_sql/Makefile.am | |
| parent | 31be582399e255b785010c59b626453f909b2648 (diff) | |
| download | strongswan-fd6cc7f243c2e627a7264c916bb15e2f22484071.tar.bz2 strongswan-fd6cc7f243c2e627a7264c916bb15e2f22484071.tar.xz | |
attr-sql: Rename sql_attribute_t to attr_sql_provider_t
As the plugin has its origins in the sql plugin, it still uses the naming
scheme for the attribute provider implementation. Rename the class to better
match the naming scheme we use in any other plugin
Diffstat (limited to 'src/libcharon/plugins/attr_sql/Makefile.am')
| -rw-r--r-- | src/libcharon/plugins/attr_sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/attr_sql/Makefile.am b/src/libcharon/plugins/attr_sql/Makefile.am index 5d89e67cb..366c902f7 100644 --- a/src/libcharon/plugins/attr_sql/Makefile.am +++ b/src/libcharon/plugins/attr_sql/Makefile.am @@ -14,6 +14,6 @@ endif libstrongswan_attr_sql_la_SOURCES = \ attr_sql_plugin.h attr_sql_plugin.c \ - sql_attribute.h sql_attribute.c + attr_sql_provider.h attr_sql_provider.c libstrongswan_attr_sql_la_LDFLAGS = -module -avoid-version |
