NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/53044: libcrypto tests failing due to missing helpers



The following reply was made to PR lib/53044; it has been noted by GNATS.

From: Martin Husemann <martin%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: lib/53044: libcrypto tests failing due to missing helpers
Date: Thu, 22 Feb 2018 12:03:54 +0000

 These tests are missing in openssl 1.1.x and the subdirs are not
 visited for these builds:
 
 .if ${HAVE_OPENSSL} == 10
   SUBDIR += lhash sha x509v3
 .endif
 
 We need to conditionalize the tests with the openssl version or just
 skip them silently if the helpers are missing.
 
 Martin
 


Home | Main Index | Thread Index | Old Index