summaryrefslogtreecommitdiff
path: root/src/ext/gnulib/md5.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2014-01-01 12:03:04 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2014-01-01 12:03:04 +0100
commit355c81b998372175d81e6def2231affca743e840 (patch)
tree2a7a61416193fcdc7caeca8d6c962e1e7a89212c /src/ext/gnulib/md5.h
parentf4dfbeaec4bfb5369f1f4bf16c06178107384177 (diff)
downloadpjctl-355c81b998372175d81e6def2231affca743e840.tar.gz
pjctl-355c81b998372175d81e6def2231affca743e840.tar.bz2
pjctl-355c81b998372175d81e6def2231affca743e840.zip
wip
Diffstat (limited to 'src/ext/gnulib/md5.h')
-rw-r--r--src/ext/gnulib/md5.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ext/gnulib/md5.h b/src/ext/gnulib/md5.h
index 3786dc5..8b06466 100644
--- a/src/ext/gnulib/md5.h
+++ b/src/ext/gnulib/md5.h
@@ -1,6 +1,6 @@
/* Declaration of functions and data types used for MD5 sum computing
library functions.
- Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2013 Free Software
+ Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2011 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
@@ -15,7 +15,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _MD5_H
#define _MD5_H 1
@@ -72,7 +73,7 @@ struct md5_ctx
/*
* The following three functions are build up the low level used in
- * the functions 'md5_stream' and 'md5_buffer'.
+ * the functions `md5_stream' and `md5_buffer'.
*/
/* Initialize structure containing state of computation.