mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
md5init.c: fix a typo
* ext/digest/md5/md5init.c: fix a typo, remove an extra underscore from a macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b97ceb66e9
commit
0b71264edb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
/* $Id$ */
|
||||
|
||||
#include "digest.h"
|
||||
#if defined(MD5_USE__OPENSSL)
|
||||
#if defined(MD5_USE_OPENSSL)
|
||||
#include "md5ossl.h"
|
||||
#elif defined(MD5_USE_COMMONDIGEST)
|
||||
#include "md5cc.h"
|
||||
|
|
Loading…
Reference in a new issue