On 27/11/2018 11:50, EYAL INBAR wrote:
Hello

I try to add API,CMP_build_KUR_req, to crypto lib and get

Error: CMP_build_KUR_req does not have a number assigned

Any suggestion?
This means you are compiling for a platform (probably Windows
or OS/2) where names exported from DLLs are assigned unique
numbers for fast lookup during application load.

There is a source file in OpenSSL giving the assigned numbers.
You will need to add numbers for you additional exports, and
deal with the risk that a future OpenSSL release uses that
number for something else.


Enjoy

Jakob
--
Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded

--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to