]> git.ipfire.org Git - thirdparty/openssl.git/blob - util/deleof.pl
Import of old SSLeay release: SSLeay 0.8.1b
[thirdparty/openssl.git] / util / deleof.pl
1 #!/usr/local/bin/perl
2
3 while (<>)
4 {
5 print
6 last if (/^# DO NOT DELETE THIS LINE/);
7 }