[openssl-users] Error: does not have a number assigned

Jakob Bohm jb-openssl at wisemo.com
Tue Nov 27 11:09:14 UTC 2018


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



More information about the openssl-users mailing list