mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Basic certificate verification (fixes #4119)
This commit is contained in:
parent
816a3c2d91
commit
dfd746b38d
6 changed files with 17 additions and 2 deletions
|
@ -17,6 +17,7 @@ extern crate hyper;
|
|||
extern crate png;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate openssl;
|
||||
extern crate serialize;
|
||||
extern crate util;
|
||||
extern crate stb_image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue