summaryrefslogtreecommitdiff
path: root/dst
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-07-23 18:52:21 +0000
committerShawn Routhier <sar@isc.org>2009-07-23 18:52:21 +0000
commit2c85ac9b241cea50c6579b209772c8664ab6e5d1 (patch)
tree021745328c2e3c0bbd30f105b89c0cbccc1c5d8d /dst
parent583c1c168a2bf54b055dd50a7348b9ffc1283c74 (diff)
downloadisc-dhcp-2c85ac9b241cea50c6579b209772c8664ab6e5d1.tar.gz
Switch isc urls from http to https and correct sw to services or software
for new web site as appropirate.
Diffstat (limited to 'dst')
-rw-r--r--dst/base64.c4
-rw-r--r--dst/md5.h2
-rw-r--r--dst/md5_dgst.c2
-rw-r--r--dst/md5_locl.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/dst/base64.c b/dst/base64.c
index 9a216ccb..d0677df8 100644
--- a/dst/base64.c
+++ b/dst/base64.c
@@ -18,7 +18,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
/*
@@ -47,7 +47,7 @@
*/
#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: base64.c,v 1.2 2005/03/17 20:15:06 dhankins Exp $";
+static const char rcsid[] = "$Id: base64.c,v 1.3 2009/07/23 18:52:20 sar Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/dst/md5.h b/dst/md5.h
index 2e4248b7..f5b497eb 100644
--- a/dst/md5.h
+++ b/dst/md5.h
@@ -75,7 +75,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef HEADER_MD5_H
diff --git a/dst/md5_dgst.c b/dst/md5_dgst.c
index 94d9cc88..a80bf5fe 100644
--- a/dst/md5_dgst.c
+++ b/dst/md5_dgst.c
@@ -75,7 +75,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#include <stdio.h>
diff --git a/dst/md5_locl.h b/dst/md5_locl.h
index 4f81fbfa..43781876 100644
--- a/dst/md5_locl.h
+++ b/dst/md5_locl.h
@@ -75,7 +75,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#include <stdlib.h>