/* Just some comments. */
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
28a98809d1
commit
c1cf1eecdb
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
/* 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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/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
|
||||
|
|
Loading…
Reference in a new issue