Added Fail to Sha constructor if no OpenSSL

This commit is contained in:
R. Eric Wheeler 2017-02-28 06:53:48 -08:00
parent 99e482b8bc
commit 824b4804e8
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ begin
raise Exception.Create('Please install OpenSSL.') at raise Exception.Create('Please install OpenSSL.') at
get_caller_addr(get_frame), get_caller_addr(get_frame),
get_caller_frame(get_frame); get_caller_frame(get_frame);
Fail;
end; end;
end; end;