summaryrefslogtreecommitdiff
path: root/gl/strncasecmp.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-28 09:55:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-28 09:58:16 +0200
commit6e12d9e04dda23d32a235f9003c91d6042744914 (patch)
tree08516b1edfc061aedfa73d2ba769bd3320671baf /gl/strncasecmp.c
parentcde83335fa212445bdf25803f7373c8f47c89cd3 (diff)
downloadgnutls-6e12d9e04dda23d32a235f9003c91d6042744914.tar.gz
Rely on gnulib's secure_getenv()
Diffstat (limited to 'gl/strncasecmp.c')
-rw-r--r--gl/strncasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/strncasecmp.c b/gl/strncasecmp.c
index dda3a3dcf7..d9f22533ed 100644
--- a/gl/strncasecmp.c
+++ b/gl/strncasecmp.c
@@ -1,5 +1,5 @@
/* strncasecmp.c -- case insensitive string comparator
- Copyright (C) 1998-1999, 2005-2007, 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 1998-1999, 2005-2007, 2009-2016 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by