mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-28 03:46:03 +00:00
[FIX] Use as much certs as possible, handshakes
This commit is contained in:
parent
b28cd422fb
commit
4ce2b136a5
2 changed files with 31 additions and 19 deletions
|
@ -399,7 +399,7 @@ end_loop:
|
|||
}
|
||||
else if (StrEquals(op, "def?"))
|
||||
{
|
||||
Definition *def;
|
||||
Definition *def = NULL;
|
||||
size_t i;
|
||||
char *directive = Eval(&argv, stack);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue