Skip to content

Commit

Permalink
Fix USE_LIBRESSL_CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
reyk committed Nov 29, 2019
1 parent 14d0149 commit c960509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## v1.0 (2019-11-29)
## 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)

* Fixed usage.

## v0.9 (2019-06-26)
Expand Down
2 changes: 2 additions & 0 deletions agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c960509

Please sign in to comment.