提交 c787525a 编写于 作者: D Dr. Stephen Henson

#if out unused function to shut the compiler up.

上级 9a260103
......@@ -109,7 +109,10 @@ int main(int argc, char *argv[])
#define MS_CALLBACK
#endif
#if 0
static void MS_CALLBACK cb(int p, int n, void *arg);
#endif
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#include "bss_file.c"
......@@ -272,6 +275,7 @@ err:
return(ret);
}
#if 0
static void MS_CALLBACK cb(int p, int n, void *arg)
{
char c='*';
......@@ -287,3 +291,4 @@ static void MS_CALLBACK cb(int p, int n, void *arg)
#endif
}
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册