openvpn: adapt from upstream

This commit is contained in:
Hannes Mehnert 2021-10-19 19:56:59 +02:00
parent f22caee193
commit 8ca4494fa2

View file

@ -19,7 +19,7 @@ depends: [
"ocaml" {>= "4.08.0"} "ocaml" {>= "4.08.0"}
"odoc" {with-doc} "odoc" {with-doc}
"fmt" { >= "0.8.6" } "fmt" { >= "0.8.7" }
"logs" { >= "0.6.2" } "logs" { >= "0.6.2" }
"rresult" { >= "0.6.0" } "rresult" { >= "0.6.0" }
@ -38,9 +38,9 @@ depends: [
"mirage-crypto-rng" {>= "0.8.0"} "mirage-crypto-rng" {>= "0.8.0"}
"ptime" "ptime"
"rresult" "rresult"
"tls" {>= "0.13.0"} "tls" {>= "0.15.0"}
"dns-client" {>= "5.0.0"} "dns-client" {>= "5.0.0"}
"x509" {>= "0.13.0"} "x509" {>= "0.15.0"}
"duration" "duration"
"tuntap" {>= "1.8.1"} "tuntap" {>= "1.8.1"}