提交 c1cf1eec 编写于 作者: B Bodo Möller

/* Just some comments. */

Submitted by:
Reviewed by:
PR:
上级 28a98809
/* This file was generated by progs.pl. */
#ifndef NOPROTO
extern int verify_main(int argc,char *argv[]);
extern int asn1parse_main(int argc,char *argv[]);
......@@ -56,7 +58,7 @@ extern int nseq_main();
extern int pkcs12_main();
#endif
#ifdef SSLEAY_SRC
#ifdef SSLEAY_SRC /* Defined only in openssl.c. */
#define FUNC_TYPE_GENERAL 1
#define FUNC_TYPE_MD 2
......
#!/usr/local/bin/perl
print "/* This file was generated by progs.pl. */\n\n";
print "#ifndef NOPROTO\n";
grep(s/^asn1pars$/asn1parse/,@ARGV);
......@@ -14,7 +16,7 @@ print "#endif\n";
print <<'EOF';
#ifdef SSLEAY_SRC
#ifdef SSLEAY_SRC /* Defined only in openssl.c. */
#define FUNC_TYPE_GENERAL 1
#define FUNC_TYPE_MD 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册