From 6f22fc6b70b989245d6ee4d825ea1d9677779b11 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 20 Oct 2016 13:18:52 +0000 Subject: fix hexdigest [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/md5/md5init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/digest') diff --git a/ext/digest/md5/md5init.c b/ext/digest/md5/md5init.c index 6bb7cd82c9..fdd8b36c5d 100644 --- a/ext/digest/md5/md5init.c +++ b/ext/digest/md5/md5init.c @@ -44,7 +44,7 @@ static const rb_digest_metadata_t md5 = { * # Use the same object to compute another digest * md5.reset * md5 << "message" - * md5.hexdigest # => "c13557f2..." + * md5.hexdigest # => "78e73102..." */ void Init_md5(void) -- cgit v1.2.3