summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2018-02-10 18:28:23 +1100
committerIan Gilfillan <github@greenman.co.za>2018-10-30 19:45:09 +0800
commit3859273d048f0a4194c076f44aed4b45475ed158 (patch)
treecf0e2287ebf0e47cf830f0b06feb709b0d2fdfb6 /plugin/auth_ed25519
parentf8604ed9ffba0ef645280245cee89afe394c1fdd (diff)
downloadmariadb-git-3859273d048f0a4194c076f44aed4b45475ed158.tar.gz
MDEV-14267: correct FSF address
Diffstat (limited to 'plugin/auth_ed25519')
-rw-r--r--plugin/auth_ed25519/ed25519-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_ed25519/ed25519-t.c b/plugin/auth_ed25519/ed25519-t.c
index f7d58c48d7c..fa058f69325 100644
--- a/plugin/auth_ed25519/ed25519-t.c
+++ b/plugin/auth_ed25519/ed25519-t.c
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */
#include <tap.h>
#include <m_string.h>