diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-01-05 01:30:41 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-01-05 01:30:41 +0000 |
commit | cbda686f2407316625c3baf89f5071f0118f030b (patch) | |
tree | 5a88a6e999fa83c9d6d22bf940b1483e6f99cd4f /build/cmake/config.h.in | |
parent | ba770b4e70af88f6bd27e13d9966e865400ebd1a (diff) | |
download | src-cbda686f2407316625c3baf89f5071f0118f030b.tar.gz src-cbda686f2407316625c3baf89f5071f0118f030b.zip |
Update vendor/libarchive/dist to git 5e270715b51d199467195b56f77e21cb8bb1d642
Relevant vendor changes:
Issue #1302: Plug memory leak on failure of archive_write_client_open()
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=356365
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index f0761c957ecd..3b1f0b95c8fb 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -710,6 +710,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `lzo2' library (-llzo2). */ #cmakedefine HAVE_LIBLZO2 1 +/* Define to 1 if you have the `mbedcrypto' library (-lmbedcrypto). */ +#cmakedefine HAVE_LIBMBEDCRYPTO 1 + /* Define to 1 if you have the `nettle' library (-lnettle). */ #cmakedefine HAVE_LIBNETTLE 1 |