diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-15 01:47:41 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-15 01:47:41 +0200 |
commit | c1cf1eecdb5df38791394eba032249df89efad79 (patch) | |
tree | de4d210eba55683d51a092c85d40e72a8d51005b /apps/progs.pl | |
parent | Add some utilities to support SXNet extension also add support in DEF files (diff) | |
download | openssl-c1cf1eecdb5df38791394eba032249df89efad79.tar.xz openssl-c1cf1eecdb5df38791394eba032249df89efad79.zip |
/* Just some comments. */
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'apps/progs.pl')
-rw-r--r-- | apps/progs.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl index dfa308c5ad..34dcac1681 100644 --- a/apps/progs.pl +++ b/apps/progs.pl @@ -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 |