diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-28 09:55:53 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-28 09:58:16 +0200 |
commit | 6e12d9e04dda23d32a235f9003c91d6042744914 (patch) | |
tree | 08516b1edfc061aedfa73d2ba769bd3320671baf /gl/tests/test-fgetc.c | |
parent | cde83335fa212445bdf25803f7373c8f47c89cd3 (diff) | |
download | gnutls-6e12d9e04dda23d32a235f9003c91d6042744914.tar.gz |
Rely on gnulib's secure_getenv()
Diffstat (limited to 'gl/tests/test-fgetc.c')
-rw-r--r-- | gl/tests/test-fgetc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-fgetc.c b/gl/tests/test-fgetc.c index 63e1e4a22b..c62e70c6d9 100644 --- a/gl/tests/test-fgetc.c +++ b/gl/tests/test-fgetc.c @@ -1,5 +1,5 @@ /* Test of fgetc() function. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |