mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +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
|
||||
if InitSSLInterface and Assigned(_PEM_write_bio_PKCS7) then
|
||||
Result := PEM_write_bio_PKCS7(bp, x)
|
||||
Result := _PEM_write_bio_PKCS7(bp, x)
|
||||
else
|
||||
Result := 0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user