Revision 1d29506fe0cfd585afcb17dfdf3ac42a30ab4087 authored by Dr. Stephen Henson on 02 May 2016, 16:33:50 UTC, committed by Dr. Stephen Henson on 02 May 2016, 21:50:19 UTC
Reported by David Benjamin Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit 05aef4bbdbc18e7b9490512cdee41e8a608bcc0e)
1 parent 66ce286
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...