summaryrefslogtreecommitdiff
path: root/regress/sys/crypto
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-07-22 15:11:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-07-22 15:11:38 +0000
commit0d602f6a3212ceac34dab1f8ccbdf5561dc7541a (patch)
tree10d735715e20e4aa1d16e429e65fa4f5a8b5334c /regress/sys/crypto
parentb3a5bcb29aefc6550ff2b5288b723909363bbdc1 (diff)
Spell reserved correctly; ok from copyright holders when in licence blocks.
Diffstat (limited to 'regress/sys/crypto')
-rw-r--r--regress/sys/crypto/auth/md5.c4
-rw-r--r--regress/sys/crypto/enc/des3.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/sys/crypto/auth/md5.c b/regress/sys/crypto/auth/md5.c
index fa617cf17d9..2a959fd1e31 100644
--- a/regress/sys/crypto/auth/md5.c
+++ b/regress/sys/crypto/auth/md5.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: md5.c,v 1.5 2003/09/02 23:52:17 david Exp $ */
+/* $OpenBSD: md5.c,v 1.6 2004/07/22 15:11:35 miod Exp $ */
/*
- * Copyright (c) 2002 Markus Friedl. All rights reserverd.
+ * Copyright (c) 2002 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/regress/sys/crypto/enc/des3.c b/regress/sys/crypto/enc/des3.c
index 0d32a56fd48..07c55792a1a 100644
--- a/regress/sys/crypto/enc/des3.c
+++ b/regress/sys/crypto/enc/des3.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: des3.c,v 1.6 2003/07/31 21:48:07 deraadt Exp $ */
+/* $OpenBSD: des3.c,v 1.7 2004/07/22 15:11:37 miod Exp $ */
/*
- * Copyright (c) 2002 Markus Friedl. All rights reserverd.
+ * Copyright (c) 2002 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions