check-certificates: unbreak certificate download

This was borked with a2749b2760. 😳
This commit is contained in:
Christian Hesse 2024-01-24 16:13:44 +01:00
parent 20c337d6ba
commit 468b5a18f3

View file

@ -17,7 +17,6 @@
:global CertificateAvailable :global CertificateAvailable
:global EscapeForRegEx; :global EscapeForRegEx;
:global FetchUserAgent;
:global IfThenElse; :global IfThenElse;
:global LogPrintExit2; :global LogPrintExit2;
:global ParseKeyValueStore; :global ParseKeyValueStore;
@ -35,6 +34,7 @@
:global CertificateNameByCN; :global CertificateNameByCN;
:global EscapeForRegEx; :global EscapeForRegEx;
:global FetchUserAgent;
:global LogPrintExit2; :global LogPrintExit2;
:global UrlEncode; :global UrlEncode;
:global WaitForFile; :global WaitForFile;