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
@ -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…
x
Reference in New Issue
Block a user