diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 22:59:06 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 22:59:06 +0000 |
commit | 0ef2c318a31133dad232014c6455d7903e4e3d36 (patch) | |
tree | bf6779c7e7dcd36ec094fdd1e852a9855d442624 /repo/util | |
parent | b88b39604102fbbcdf781afad585b004107d91e9 (diff) |
added missing deps
Diffstat (limited to 'repo/util')
-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 |