Import OpenSSL 1.0.2k (as of svn r86089)
This commit is contained in:
7
util/deleof.pl
Normal file
7
util/deleof.pl
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/local/bin/perl
|
||||
|
||||
while (<>)
|
||||
{
|
||||
print
|
||||
last if (/^# DO NOT DELETE THIS LINE/);
|
||||
}
|
||||
Reference in New Issue
Block a user