summaryrefslogtreecommitdiffstats
path: root/crypto/md2
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
commit5f32680329648886701f5b5832239eecf0b38390 (patch)
tree0a06805b3e512086deaa50c849e6b8bb2b098ad1 /crypto/md2
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2_dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2_dgst.c b/crypto/md2/md2_dgst.c
index 09a0f417e1..7dbf05a6b7 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.1c 22-Dec-1998";
+char *MD2_version="MD2 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from RFC1319 The MD2 Message-Digest Algorithm
*/