update to V 0.3.3 #347

Merged
Jef Roosens merged 10 commits from Chewing_Bever/vieter:v-0.3.3 into dev 2023-02-19 16:03:03 +01:00
Showing only changes of commit bff817ccd9 - Show all commits

5
src/openssl.c.v Normal file
View file

@ -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{}