Add a default banner. Contributed by Joon Radley <jradley@vps.co.za>

This commit is contained in:
Richard Levitte 2000-03-28 18:56:04 +00:00
parent edbcba6c6b
commit eff5f6124c

View File

@ -8,6 +8,7 @@
$INSTALLTOP="/usr/local/ssl";
$OPTIONS="";
$ssl_version="";
$banner="\t\@echo Building OpenSSL";
open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n";
while(<IN>) {