Added Fail to Sha constructor if no OpenSSL
This commit is contained in:
parent
99e482b8bc
commit
824b4804e8
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue