diff options
Diffstat (limited to 'src/hmac256.c')
| -rw-r--r-- | src/hmac256.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hmac256.c b/src/hmac256.c index 2d66079c..d6f3e0b4 100644 --- a/src/hmac256.c +++ b/src/hmac256.c @@ -14,7 +14,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ /* @@ -687,7 +687,7 @@ main (int argc, char **argv) fputs ("hmac256 (Libgcrypt) " VERSION "\n" "Copyright (C) 2008 Free Software Foundation, Inc.\n" "License LGPLv2.1+: GNU LGPL version 2.1 or later " - "<http://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n" + "<https://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n" "This is free software: you are free to change and " "redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n", |
