svn commit: r1925070 - in /apr/apr-util/branches/1.7.x: ./ CMakeLists.txt include/apu.hwc

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Sun Apr 13 17:44:38 2025
New Revision: 1925070

URL: http://svn.apache.org/viewvc?rev=1925070&view=rev
Log:
On apu/1.7.x branch: Merge r1924727 from apr/apr/trunk:
  CMakeLists.txt: Define APU_HAVE_CRYPTO_PRNG when APU_HAVE_CRYPTO is enabled
  and we are going to use OpenSSL crypto backend.

Modified:
    apr/apr-util/branches/1.7.x/   (props changed)
    apr/apr-util/branches/1.7.x/CMakeLists.txt
    apr/apr-util/branches/1.7.x/include/apu.hwc

Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1924727

Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1925070&r1=1925069&r2=1925070&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sun Apr 13 17:44:38 2025
@@ -71,6 +71,7 @@ ENDIF()
 IF(APU_HAVE_CRYPTO)
   FIND_PACKAGE(OpenSSL REQUIRED)
   SET(APU_HAVE_OPENSSL ON)
+  SET(APU_HAVE_CRYPTO_PRNG ON)
 ENDIF()
 
 IF(APU_HAVE_ICONV)

Modified: apr/apr-util/branches/1.7.x/include/apu.hwc
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/include/apu.hwc?rev=1925070&r1=1925069&r2=1925070&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/include/apu.hwc (original)
+++ apr/apr-util/branches/1.7.x/include/apu.hwc Sun Apr 13 17:44:38 2025
@@ -135,6 +135,7 @@
 #cmakedefine01 APU_HAVE_PGSQ
 #cmakedefine01 APU_HAVE_CRYPTO
 #cmakedefine01 APU_HAVE_OPENSSL
+#cmakedefine01 APU_HAVE_CRYPTO_PRNG
 
 #ifndef APU_DSO_MODULE_BUILD
 #define APU_HAVE_NSS            0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.