summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 13:53:04 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 16:26:02 -0400
commit0df498e81fd36fb9af1916dcc5f05536fbc9e29f (patch)
tree428cf3fc40199effdc98378a62539f1d713ad064 /src/misc.c
parent34e9306a66b47785ddbab6594ae4c23581d35b5a (diff)
downloadlibgcrypt-http-to-https.tar.gz
use https instead of cleartext http where possiblehttp-to-https
The following domains all offer https, so use it: - creativecommons.org - cr.yp.to - cryptojedi.org - crypto.stanford.edu - csrc.nist.gov - donate.fsf.org - ed25519.cr.yp.to - eprint.iacr.org - git.savannah.gnu.org - gnu.org - graphics.stanford.edu - info.isl.ntt.co.jp - lists.gnu.org - lists.gnupg.org - people.csail.mit.edu - shiftleft.org - software.intel.com - tools.ietf.org - web.archive.org - web.cs.ucdavis.edu - www.calcurco.cat - www.columbia.edu - www.cs.tau.ac.il - www.cs.technion.ac.il - www.cs.ucdavis.edu - www.g10code.com - www.gnu.org - www.gnupg.org - www.ii.uib.no - www.intel.com - www.larc.usp.br Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 283e3a72..a94a921b 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -15,7 +15,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>