Dear All;

 I am compiling the openssl that time I got some function and mapping of
function which is not in openssl source. This is as follows:

 

PKCS8_PRIV_KEY_INFO_it()           // This function is not available in
openssl ;

PKCS8_PRIV_KEY_INFO_new ()     // this function is not going to map

X509_EXTENSION_free ()               // this function is not available in
openssl;

PKCS8_PRIV_KEY_INFO_new()    // This function is not available in openssl 

X509_EXTENSION_it            //  This function I did not get whole openssl
source file

 

d2i_PKCS8_PRIV_KEY_INFO   // this function is not available in openssl;

i2d_PKCS8_PRIV_KEY_INFO   // this function is not available in openssl;

i2d_X509_EXTENSION              // this function is not available in
openssl;

 

Please tell me how(and  where) I will find this function or I will map this
function.

Some other error on compilation of openssl is given below :

 

[Error li1021]  The following symbols referenced in processor 'p0' could not
be resolved:

        'PKCS8_PRIV_KEY_INFO_it [_PKCS8_PRIV_KEY_INFO_it]' referenced from
'Debug\p12_asn.doj'

        'PKCS8_PRIV_KEY_INFO_it [_PKCS8_PRIV_KEY_INFO_it]' referenced from
'Debug\p12_p8d.doj'

        'PKCS8_PRIV_KEY_INFO_it [_PKCS8_PRIV_KEY_INFO_it]' referenced from
'Debug\p12_p8e.doj'

        'PKCS8_PRIV_KEY_INFO_new [_PKCS8_PRIV_KEY_INFO_new]' referenced from
'Debug\evp_pkey.doj'

        'PKCS8_PRIV_KEY_INFO_new [_PKCS8_PRIV_KEY_INFO_new]' referenced from
'Debug\x_all.doj'

        'X509_EXTENSION_dup [_X509_EXTENSION_dup]' referenced from
'Debug\x509_v3.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\ocsp_ext.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\t_req.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\v3_conf.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\v3_lib.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\v3_utl.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\x509_req.doj'

        'X509_EXTENSION_free [_X509_EXTENSION_free]' referenced from
'Debug\x509_v3.doj'

        'X509_EXTENSION_it [_X509_EXTENSION_it]' referenced from
'Debug\ocsp_asn.doj'

        'X509_EXTENSION_it [_X509_EXTENSION_it]' referenced from
'Debug\x_crl.doj'

        'X509_EXTENSION_it [_X509_EXTENSION_it]' referenced from
'Debug\x_x509.doj'

        'X509_EXTENSION_new [_X509_EXTENSION_new]' referenced from
'Debug\ocsp_ext.doj'

        'X509_EXTENSION_new [_X509_EXTENSION_new]' referenced from
'Debug\x509_v3.doj'

        'd2i_PKCS8_PRIV_KEY_INFO [_d2i_PKCS8_PRIV_KEY_INFO]' referenced from
'Debug\pem_pk8.doj'

        'd2i_PKCS8_PRIV_KEY_INFO [_d2i_PKCS8_PRIV_KEY_INFO]' referenced from
'Debug\pem_pkey.doj'

        'd2i_PKCS8_PRIV_KEY_INFO [_d2i_PKCS8_PRIV_KEY_INFO]' referenced from
'Debug\x_all.doj'

        'd2i_X509_EXTENSION [_d2i_X509_EXTENSION]' referenced from
'Debug\x509_req.doj'

        'i2d_PKCS8_PRIV_KEY_INFO [_i2d_PKCS8_PRIV_KEY_INFO]' referenced from
'Debug\pem_pk8.doj'

        'i2d_PKCS8_PRIV_KEY_INFO [_i2d_PKCS8_PRIV_KEY_INFO]' referenced from
'Debug\x_all.doj'

        'i2d_X509_EXTENSION [_i2d_X509_EXTENSION]' referenced from
'Debug\x509_req.doj'

        'lseek [_lseek]' referenced from 'Debug\bss_fd.doj'

        'stat [_stat]' referenced from 'Debug\by_dir.doj'

 

Linker finished with 1 error

cc3089: fatal error: Link failed

Tool failed with exit/exception code: 1.

Build was unsuccessful.

 

 

Please give me suggestion. How I will remove this error.

Thank you sir.

Regards;

 

Ajeet Kumar Singh 

 

 

 

Reply via email to