summaryrefslogtreecommitdiff
path: root/gl/strnlen.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/strnlen.c
parentcde83335fa212445bdf25803f7373c8f47c89cd3 (diff)
downloadgnutls-6e12d9e04dda23d32a235f9003c91d6042744914.tar.gz
Rely on gnulib's secure_getenv()
Diffstat (limited to 'gl/strnlen.c')
-rw-r--r--gl/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/strnlen.c b/gl/strnlen.c
index 032ba55097..3a7492e6e2 100644
--- a/gl/strnlen.c
+++ b/gl/strnlen.c
@@ -1,5 +1,5 @@
/* Find the length of STRING, but scan at most MAXLEN characters.
- Copyright (C) 2005-2007, 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007, 2009-2016 Free Software Foundation, Inc.
Written by Simon Josefsson.
This program is free software; you can redistribute it and/or modify