OSDN Git Service

small fix.
authorvisor <visor@users.sourceforge.jp>
Tue, 7 Oct 2014 14:03:50 +0000 (23:03 +0900)
committervisor <visor@users.sourceforge.jp>
Tue, 7 Oct 2014 14:03:50 +0000 (23:03 +0900)
modules/ml-security.cc

index 0d69244..08139c1 100644 (file)
@@ -20,7 +20,7 @@
 
 */
 static MNode*  ml_hmac_sub (const EVP_MD* fn, MNode* cell, MlEnv* mlenv);
-static MNode*  ml_hash_sub (ustring fn (const ustring& text), ustring fn (FileMacro& f), MNode* cell, MlEnv* mlenv);
+static MNode*  ml_hash_sub (ustring fn1 (const ustring& text), ustring fn2 (FileMacro& f), MNode* cell, MlEnv* mlenv);
 static ustring  fn_md5 (const ustring& text);
 static ustring  fn_md5_file (FileMacro& f);
 static ustring  fn_sha1 (const ustring& text);