Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libarchive/dist/libarchive Try to fix the build...
details: https://anonhg.NetBSD.org/src/rev/111a484424d2
branches: trunk
changeset: 829531:111a484424d2
user: martin <martin%NetBSD.org@localhost>
date: Mon Feb 05 10:26:06 2018 +0000
description:
Try to fix the build: OpenSSL 1.0.2k already has the EVP inline functions.
diffstat:
external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 54b7150e50bb -r 111a484424d2 external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h
--- a/external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h Mon Feb 05 08:38:06 2018 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h Mon Feb 05 10:26:06 2018 +0000
@@ -28,7 +28,7 @@
#include <openssl/evp.h>
#include <openssl/opensslv.h>
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x100020bfL
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
static inline EVP_MD_CTX *EVP_MD_CTX_new(void)
Home |
Main Index |
Thread Index |
Old Index