Explorar el Código

vagrant: use openssl 3.0 on openbsd

Thomas Waldmann hace 1 año
padre
commit
8ce3f23dca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -74,7 +74,7 @@ def packages_openbsd
     pkg_add lz4
     pkg_add zstd
     pkg_add git  # no fakeroot
-    pkg_add openssl%1.1
+    pkg_add openssl%3.0
     pkg_add py3-pip
     pkg_add py3-virtualenv
   EOF