mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix ./v -cc g++ run examples/concurrency/concurrency_http.v
This commit is contained in:
@ -23,6 +23,7 @@ module openssl
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
[typedef]
|
||||
pub struct C.SSL {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user