michael-o commented on PR #13:
URL: https://github.com/apache/tomcat-native/pull/13#issuecomment-1195759243

   > > > there would need to be an appropriate Panama module
   > > 
   > > 
   > > What exactly is this?
   > 
   > The plan is to migrate to Panama to avoid having to ship libtcnative at 
all, at which point everything is in Java. Right now, all the glue for the 
crypto library is in native C code in libtcnative which is potentially 
dangerous. Moving to Panama allows us to remove all native code that doesn't 
belong to the crypto library.
   
   I still don't understand how it is going to solve `#ifdef` if you need 
conditional compilation...


-- 
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...@tomcat.apache.org

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


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

Reply via email to