Skip to content

Commit c4e1ea9

Browse files
rex4539Fabcien
authored andcommittedApr 8, 2021
[SECP256K1] Fix insecure links
Summary: Backport of [[bitcoin-core/secp256k1#858 | secp256k1#858]] Update our specific files as well. Test Plan: Check it returns nothing: git grep http:// Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9379
1 parent 6b08d5e commit c4e1ea9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+393
-393
lines changed
 

‎src/secp256k1/build-aux/m4/ax_prog_cc_for_build.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
2+
# https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
33
# ===========================================================================
44
#
55
# SYNOPSIS

‎src/secp256k1/contrib/lax_der_parsing.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <string.h>
88
#include <secp256k1.h>

0 commit comments

Comments
 (0)
Please sign in to comment.