From b5e47e45509ce3a1a696ef06583ef86a5e1e8223 Mon Sep 17 00:00:00 2001 From: John Hurst Date: Fri, 15 Jan 2021 08:33:06 -0800 Subject: Fixed lingering openssl build issue for autotools build --- src/KM_prng.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/KM_prng.cpp') diff --git a/src/KM_prng.cpp b/src/KM_prng.cpp index 43f632b..f40d846 100755 --- a/src/KM_prng.cpp +++ b/src/KM_prng.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2006-2009, John Hurst +Copyright (c) 2006-2021, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -37,11 +37,11 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#define ENABLE_FIPS_186 -#ifdef ENABLE_FIPS_186 -#include -#include -#endif // ENABLE_FIPS_186 +#ifdef HAVE_OPENSSL +# define ENABLE_FIPS_186 +# include +# include +#endif // HAVE_OPENSSL using namespace Kumu; -- cgit v1.2.3