Revision ae6b654b669638882a6ddce012ff55adc7cf6a82 authored by Richard Levitte on 18 April 2020, 10:14:41 UTC, committed by Richard Levitte on 19 April 2020, 21:34:05 UTC
We have copies of the exact same fipsinstall call in several test
recipes.  This refactors those calls into a single simple script.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11565)
1 parent c0bfc47
Raw File
build.info
IF[{- defined $target{CXX} && !$disabled{"external-tests"} -}]
  PROGRAMS{noinst}=ossl_shim
  SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
  INCLUDE[ossl_shim]=. include ../../include
  DEPEND[ossl_shim]=../../libssl ../../libcrypto
ENDIF
back to top