Re: Building in a engine implementation at buildtime

2014-06-14 Thread Dr. Stephen Henson
On Fri, Jun 13, 2014, Shanku Roy wrote: > I have following engine implementation (Android keystore) which can be loaded > successfully thru command line: >   > openssl engine - dynamic -pre > SO_PATH:/system/lib/ssl/engines/libkeystore.so -pre ID:keystore -pre LOAD >   > How to build in th

Re: Building in a engine implementation at buildtime

2014-06-13 Thread Shanku Roy
I have following engine implementation (Android keystore) which can be loaded successfully thru command line:   openssl engine - dynamic -pre SO_PATH:/system/lib/ssl/engines/libkeystore.so -pre ID:keystore -pre LOAD   How to build in this ENGINE implementation thru build process? so that it

Building in a engine implementation at buildtime

2014-06-13 Thread Shanku Roy
I have following engine implementation (Android keystore) which can be loaded  successfully thru command line: openssl engine - dynamic -pre SO_PATH:/system/lib/ssl/engines/libkeystore.so -pre ID:keystore -pre LOAD   How to build in this ENGINE implementation thru build process? so that it ca