Fixed missing end tag

git-svn-id: file:///home/svn/incoming/trunk@2767 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2005-07-16 09:37:18 +00:00
parent 1c2ddba531
commit eda702774d
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ module Crypt
end
end
end
end
if $0 == __FILE__
@ -84,5 +85,5 @@ if $0 == __FILE__
exit(0)
end
puts "[*] All hash generation tests have passed :-)"
puts "[*] All hash generation tests have passed :-)"
end