[前][次][番号順一覧][スレッド一覧]

ruby-changes:37485

From: nobu <ko1@a...>
Date: Wed, 11 Feb 2015 13:58:38 +0900 (JST)
Subject: [ruby-changes:37485] nobu:r49566 (trunk): md5init.c: fix a typo

nobu	2015-02-11 13:58:22 +0900 (Wed, 11 Feb 2015)

  New Revision: 49566

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49566

  Log:
    md5init.c: fix a typo
    
    * ext/digest/md5/md5init.c: fix a typo, remove an extra
      underscore from a macro.

  Modified files:
    trunk/ext/digest/md5/md5init.c
Index: ext/digest/md5/md5init.c
===================================================================
--- ext/digest/md5/md5init.c	(revision 49565)
+++ ext/digest/md5/md5init.c	(revision 49566)
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/md5/md5init.c#L2
 /* $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"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]