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 undo previous.
details: https://anonhg.NetBSD.org/src/rev/f5644a9cec97
branches: trunk
changeset: 359237:f5644a9cec97
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 05 12:13:54 2018 +0000
description:
undo previous.
diffstat:
external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h | 2 +-
external/bsd/libarchive/dist/libarchive/archive_openssl_hmac_private.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 5def9212b6f7 -r f5644a9cec97 external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h
--- a/external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h Mon Feb 05 11:57:28 2018 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_openssl_evp_private.h Mon Feb 05 12:13:54 2018 +0000
@@ -28,7 +28,7 @@
#include <openssl/evp.h>
#include <openssl/opensslv.h>
-#if OPENSSL_VERSION_NUMBER < 0x100020bfL
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
static inline EVP_MD_CTX *EVP_MD_CTX_new(void)
diff -r 5def9212b6f7 -r f5644a9cec97 external/bsd/libarchive/dist/libarchive/archive_openssl_hmac_private.h
--- a/external/bsd/libarchive/dist/libarchive/archive_openssl_hmac_private.h Mon Feb 05 11:57:28 2018 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_openssl_hmac_private.h Mon Feb 05 12:13:54 2018 +0000
@@ -28,7 +28,7 @@
#include <openssl/hmac.h>
#include <openssl/opensslv.h>
-#if OPENSSL_VERSION_NUMBER < 0x100020bfL || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
static inline HMAC_CTX *HMAC_CTX_new(void)
Home |
Main Index |
Thread Index |
Old Index