aremily commented on issue #92: OpenSSL 1.1.0 updates with backward 
compatibility for OpenSSL 1.0.2 and 1.0.1
URL: https://github.com/apache/commons-crypto/pull/92#issuecomment-451253240
 
 
   It's building the JNI library or libraries that I'll have to work out.  I
   don't routinely code in C, so I need to do some research about how to build
   multi-version support into one library, if that's even possible, or to
   compile a separate JNI library for each supported version.
   
   On Thu, Jan 3, 2019 at 2:24 PM Marcelo Vanzin <notificati...@github.com>
   wrote:
   
   > It really should not be hard. The concept is the same you're using on the
   > JNA side: check things at runtime. That means instead of using #ifdefs
   > and that macro that returns if a symbol is not found, you write code that
   > tries different things depending on whether a symbol is found or not.
   >
   > —
   > 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/92#issuecomment-451249633>,
   > or mute the thread
   > 
<https://github.com/notifications/unsubscribe-auth/AGg8fqC0EJ5JKmjZhC67dBHbXVB8mbyxks5u_ljqgaJpZM4ZgACn>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to