diff options
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 |