Release 0.6.0 #360
1 changed files with 5 additions and 0 deletions
5
src/openssl.c.v
Normal file
5
src/openssl.c.v
Normal 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{}
|
||||||
Reference in a new issue