openvpn: adapt from upstream
This commit is contained in:
parent
f22caee193
commit
8ca4494fa2
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ depends: [
|
|||
"ocaml" {>= "4.08.0"}
|
||||
"odoc" {with-doc}
|
||||
|
||||
"fmt" { >= "0.8.6" }
|
||||
"fmt" { >= "0.8.7" }
|
||||
"logs" { >= "0.6.2" }
|
||||
"rresult" { >= "0.6.0" }
|
||||
|
||||
|
@ -38,9 +38,9 @@ depends: [
|
|||
"mirage-crypto-rng" {>= "0.8.0"}
|
||||
"ptime"
|
||||
"rresult"
|
||||
"tls" {>= "0.13.0"}
|
||||
"tls" {>= "0.15.0"}
|
||||
"dns-client" {>= "5.0.0"}
|
||||
"x509" {>= "0.13.0"}
|
||||
"x509" {>= "0.15.0"}
|
||||
"duration"
|
||||
|
||||
"tuntap" {>= "1.8.1"}
|
||||
|
|
Loading…
Reference in a new issue