From bff817ccd96fa6d920661705b915ce119212c8ae Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Wed, 8 Feb 2023 11:30:38 +0100 Subject: [PATCH] fix: add temporary fix to compile with V 0.3.3 --- src/openssl.c.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/openssl.c.v diff --git a/src/openssl.c.v b/src/openssl.c.v new file mode 100644 index 0000000..bff8c54 --- /dev/null +++ b/src/openssl.c.v @@ -0,0 +1,5 @@ +// With V 0.3.3, Vieter fails to compile without this fix, as provided by +// spytheman. It will get fixed in V itself, but this temporary fix allows me +// to stay on V 0.3.3. +[typedef] +pub struct C.SSL_CTX{}