diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sbin/isakmpd/sysdep/common | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sbin/isakmpd/sysdep/common')
-rw-r--r-- | sbin/isakmpd/sysdep/common/libsysdep/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/common/libsysdep/md5.c b/sbin/isakmpd/sysdep/common/libsysdep/md5.c index 923e5bd0e4b..8a7a483dcc9 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/md5.c +++ b/sbin/isakmpd/sysdep/common/libsysdep/md5.c @@ -1,8 +1,8 @@ -/* $OpenBSD: md5.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ +/* $OpenBSD: md5.c,v 1.3 2002/06/14 21:34:58 todd Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic - * changes to accomodate it in the kernel by ji. + * changes to accommodate it in the kernel by ji. */ /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm |