mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:19:16 +02:00
* Fix stack overflow
git-svn-id: trunk@40838 -
This commit is contained in:
parent
2c6d41f8fe
commit
fa94c4dfb2
@ -3683,7 +3683,7 @@ function PEM_write_bio_PKCS7(bp : PBIO; x : PPKCS7) : cint;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
if InitSSLInterface and Assigned(_PEM_write_bio_PKCS7) then
|
if InitSSLInterface and Assigned(_PEM_write_bio_PKCS7) then
|
||||||
Result := PEM_write_bio_PKCS7(bp, x)
|
Result := _PEM_write_bio_PKCS7(bp, x)
|
||||||
else
|
else
|
||||||
Result := 0;
|
Result := 0;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user