summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/deleof.pl
diff options
context:
space:
mode:
authorafresh1 <>2014-04-17 19:20:52 +0000
committerafresh1 <>2014-04-17 19:20:52 +0000
commitb1775c75d1207b8470bc1541bd04c11166acda71 (patch)
tree8bc06712ef3cbf999c98aaad3dbe7c906415d1ec /src/lib/libcrypto/util/deleof.pl
parentc8838e62c12af89dd57056dcfc906ccd79e3b110 (diff)
downloadopenbsd-b1775c75d1207b8470bc1541bd04c11166acda71.tar.gz
openbsd-b1775c75d1207b8470bc1541bd04c11166acda71.tar.bz2
openbsd-b1775c75d1207b8470bc1541bd04c11166acda71.zip
Remove unused ssl utils
This code is the reason perl has a name as a write only language. ok deraadt miod
Diffstat (limited to 'src/lib/libcrypto/util/deleof.pl')
-rw-r--r--src/lib/libcrypto/util/deleof.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/util/deleof.pl b/src/lib/libcrypto/util/deleof.pl
deleted file mode 100644
index 155acd88ff..0000000000
--- a/src/lib/libcrypto/util/deleof.pl
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/usr/local/bin/perl
2
3while (<>)
4 {
5 print
6 last if (/^# DO NOT DELETE THIS LINE/);
7 }