]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssl/util/deleof.pl
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / openssl / util / deleof.pl
1 #!/usr/local/bin/perl
2
3 while (<>)
4         {
5         print
6         last if (/^# DO NOT DELETE THIS LINE/);
7         }