diff options
Diffstat (limited to 'repo/util/make-ca.xibuild')
-rw-r--r-- | repo/util/make-ca.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild index a006240..fcb7d0f 100644 --- a/repo/util/make-ca.xibuild +++ b/repo/util/make-ca.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(libp11-kit nss) +DEPS=(libp11-kit nss openssl) PKG_VER=1.7 SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz |