aboutsummaryrefslogtreecommitdiff
path: root/library/md4.c
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2010-03-21 17:37:16 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2010-03-21 17:37:16 +0000
commitfc8c4360b86c8e50551a73696851cbbbc2b85a3d (patch)
treee7e99a52fe7ddbc43f2c2defe1986d9de16b3338 /library/md4.c
parent1f3c39c194cde7635d802539134de56b314d08cd (diff)
downloadmbedtls-fc8c4360b86c8e50551a73696851cbbbc2b85a3d.zip
mbedtls-fc8c4360b86c8e50551a73696851cbbbc2b85a3d.tar.gz
mbedtls-fc8c4360b86c8e50551a73696851cbbbc2b85a3d.tar.bz2
- Updated copyright line to 2010
Diffstat (limited to 'library/md4.c')
-rw-r--r--library/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/md4.c b/library/md4.c
index 6310abc..f3d80d0 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -1,7 +1,7 @@
/*
* RFC 1186/1320 compliant MD4 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify