aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-05 10:20:07 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-05 10:20:07 +0000
commitf3229ee19a4e2262ace00823b384925b1c34a4c5 (patch)
treec9f38d75960890b25b932fe1e1f840a667a52fbe
parent219a3580b79ef7e4a6766354cf0f4a5d9ee15e20 (diff)
downloadopenssl-f3229ee19a4e2262ace00823b384925b1c34a4c5.tar.gz
Use one address consistently.
-rw-r--r--crypto/dso/dso_dl.c2
-rw-r--r--crypto/o_time.c2
-rw-r--r--crypto/o_time.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c
index a831877c07..6e93268cc2 100644
--- a/crypto/dso/dso_dl.c
+++ b/crypto/dso/dso_dl.c
@@ -1,5 +1,5 @@
/* dso_dl.c */
-/* Written by Richard Levitte (levitte@openssl.org) for the OpenSSL
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2000.
*/
/* ====================================================================
diff --git a/crypto/o_time.c b/crypto/o_time.c
index 61f30315cf..7389820d8e 100644
--- a/crypto/o_time.c
+++ b/crypto/o_time.c
@@ -1,5 +1,5 @@
/* crypto/o_time.c -*- mode:C; c-file-style: "eay" -*- */
-/* Written by Richard Levitte (levitte@stacken.kth.se) for the OpenSSL
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2001.
*/
/* ====================================================================
diff --git a/crypto/o_time.h b/crypto/o_time.h
index 40414fa146..e66044626d 100644
--- a/crypto/o_time.h
+++ b/crypto/o_time.h
@@ -1,5 +1,5 @@
/* crypto/o_time.h -*- mode:C; c-file-style: "eay" -*- */
-/* Written by Richard Levitte (levitte@stacken.kth.se) for the OpenSSL
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2001.
*/
/* ====================================================================