summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/md2.h')
-rw-r--r--lib/libmd/md2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libmd/md2.h b/lib/libmd/md2.h
index 73e8b5a..9c1ac5d 100644
--- a/lib/libmd/md2.h
+++ b/lib/libmd/md2.h
@@ -1,5 +1,5 @@
/* MD2.H - header file for MD2C.C
- * $Id: md2.h,v 1.5 1997/02/22 15:07:12 peter Exp $
+ * $Id: md2.h,v 1.6 1997/08/25 05:24:24 joerg Exp $
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
@@ -35,6 +35,7 @@ typedef struct MD2Context {
__BEGIN_DECLS
void MD2Init(MD2_CTX *);
void MD2Update(MD2_CTX *, const unsigned char *, unsigned int);
+void MD2Pad(MD2_CTX *);
void MD2Final(unsigned char [16], MD2_CTX *);
char * MD2End(MD2_CTX *, char *);
char * MD2File(const char *, char *);
OpenPOWER on IntegriCloud