aremily commented on pull request #103: URL: https://github.com/apache/commons-crypto/pull/103#issuecomment-667705278
There are. The script installs them and they are used for the Linux x86_64 build. While developing this script I discovered that one included header file, opensslconf.h, is platform specific and generated by Make during the OpenSSL build process. Unsure whether or not using the opensslconf.h file from the x86_64 build would matter to the JNI libraries for the other platforms, I decided to cross-compile OpenSSL to the Commons Crypto build's target platform and use the opensslconf.h specific to that platform for each build. If that step is unnecessary it would probably shave at least ten minutes off the build. On Sun, Aug 2, 2020 at 1:14 PM Gary Gregory <[email protected]> wrote: > I thought there were -dev packages that contain openssl C headers that one > can install with apt-get? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/commons-crypto/pull/103#issuecomment-667700615>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABUDY7W26R5M7SYWPQUT3QTR6WNINANCNFSM4PSSOBEQ> > . > ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
