diff options
Diffstat (limited to 'dst')
-rw-r--r-- | dst/base64.c | 4 | ||||
-rw-r--r-- | dst/md5.h | 2 | ||||
-rw-r--r-- | dst/md5_dgst.c | 2 | ||||
-rw-r--r-- | dst/md5_locl.h | 2 |
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> @@ -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> |