summaryrefslogtreecommitdiffstats
path: root/crypto/md2
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/.cvsignore1
-rw-r--r--crypto/md2/md2_dgst.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/crypto/md2/.cvsignore b/crypto/md2/.cvsignore
new file mode 100644
index 0000000000..a65b41774a
--- /dev/null
+++ b/crypto/md2/.cvsignore
@@ -0,0 +1 @@
+lib
diff --git a/crypto/md2/md2_dgst.c b/crypto/md2/md2_dgst.c
index 6a60dd2fb9..09a0f417e1 100644
--- a/crypto/md2/md2_dgst.c
+++ b/crypto/md2/md2_dgst.c
@@ -61,7 +61,7 @@
#include <string.h>
#include "md2.h"
-char *MD2_version="MD2 part of SSLeay 0.9.1a 06-Jul-1998";
+char *MD2_version="MD2 part of SSLeay 0.9.1c 22-Dec-1998";
/* Implemented from RFC1319 The MD2 Message-Digest Algorithm
*/