forked from Lainports/freebsd-ports
security/openssl-oqsprovider: Fix so name in openssl.cnf
Reported by: Herbert J. Skuhra <herbert gojira at>
This commit is contained in:
parent
24d0fe9dc3
commit
76b99e89b6
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= oqsprovider
|
||||
DISTVERSION= 0.8.0
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= openssl-
|
||||
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ activate = 1
|
|||
|
||||
[oqsprovider_sect]
|
||||
activate = 1
|
||||
module = %%PREFIX%%/lib/ossl-modules/openssl-oqsprovider.so
|
||||
module = %%PREFIX%%/lib/ossl-modules/oqsprovider.so
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue