summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/md4.h')
-rw-r--r--lib/libmd/md4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h
index 10058a8..cee0e4a 100644
--- a/lib/libmd/md4.h
+++ b/lib/libmd/md4.h
@@ -1,5 +1,5 @@
/* MD4.H - header file for MD4C.C
- * $Id: md4.h,v 1.6 1997/02/22 15:07:17 peter Exp $
+ * $Id: md4.h,v 1.7 1997/08/25 05:24:24 joerg Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
@@ -37,6 +37,7 @@ typedef struct MD4Context {
__BEGIN_DECLS
void MD4Init(MD4_CTX *);
void MD4Update(MD4_CTX *, const unsigned char *, unsigned int);
+void MD4Pad(MD4_CTX *);
void MD4Final(unsigned char [16], MD4_CTX *);
char * MD4End(MD4_CTX *, char *);
char * MD4File(const char *, char *);
OpenPOWER on IntegriCloud