aboutsummaryrefslogtreecommitdiff
path: root/apps/progs.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-14 23:47:41 +0000
committerBodo Möller <bodo@openssl.org>1999-04-14 23:47:41 +0000
commitc1cf1eecdb5df38791394eba032249df89efad79 (patch)
treede4d210eba55683d51a092c85d40e72a8d51005b /apps/progs.pl
parent28a98809d13ff0476cde6d3f13f95bb55763c6de (diff)
downloadopenssl-c1cf1eecdb5df38791394eba032249df89efad79.zip
openssl-c1cf1eecdb5df38791394eba032249df89efad79.tar.gz
openssl-c1cf1eecdb5df38791394eba032249df89efad79.tar.bz2
/* Just some comments. */
Submitted by: Reviewed by: PR:
Diffstat (limited to 'apps/progs.pl')
-rw-r--r--apps/progs.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index dfa308c..34dcac1 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