Fix USE_LIBRESSL_CMS

This commit is contained in:
reykfloeter 2019-11-29 17:51:54 +00:00
parent 14d0149cdb
commit c960509980
2 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,12 @@
# Changelog
## v1.1 (2019-11-29)
* Append `/etc/resolv.conf.tail` to `/etc/resolv.conf` if it exists.
* Use `openssl cms` in LibreSSL >3.0.2 (starting with OpenBSD 6.6-current).
## v1.0 (2019-11-29)
* Append `/etc/resolv.conf.tail` to `/etc/resolv.conf` if it exists.
* Fixed usage.
## v0.9 (2019-06-26)

View File

@ -9,6 +9,8 @@ MAN= cloud-agent.8
.ifdef USE_OPENSSL
CFLAGS+= -DUSE_OPENSSL=1
.elifdef USE_LIBRESSL_CMS
CFLAGS+= -DUSE_LIBRESSL_CMS=1
.endif
CFLAGS+= -Wall