summaryrefslogtreecommitdiff
path: root/cipher/poly1305.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/poly1305.c')
-rw-r--r--cipher/poly1305.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/poly1305.c b/cipher/poly1305.c
index cded7cb2..35922ee3 100644
--- a/cipher/poly1305.c
+++ b/cipher/poly1305.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/>.
*/
#include <config.h>