Re: [PR] configure: Add bcrypt library for Windows target [apr]

2024-02-23 Thread via GitHub


Biswa96 closed pull request #48: configure: Add bcrypt library for Windows 
target
URL: https://github.com/apache/apr/pull/48


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] configure: Add bcrypt library for Windows target [apr]

2023-10-02 Thread via GitHub


Biswa96 opened a new pull request, #48:
URL: https://github.com/apache/apr/pull/48

   
   bcrypt library is required for BCryptGenRandom function which is used
   in misc/win32/rand.c file. This commit fixes the following linker error
   
   misc/win32/rand.c:32:(.text+0x13): undefined reference to 
`BCryptGenRandom'
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org