<div dir="ltr"><div><div><div><div>Hi,<br></div> Best way to do is to modify e_os.h header file.<br></div> This file has to do with OS specific changes.<br> <br></div><div> Something like<br></div><div> <br></div><div> #ifdef ECOS<br></div><div>  #define getpid ecos_task_id_fn<br></div><div>#endif<br><br> ecos_task_id_fn is a placed holder, find out actual function name to get process ID.<br> GetThreadID is the function in NETWARE.<br></div>Regards,<br></div>Devadas<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 17, 2016 at 10:28 AM, ssk1506 <span dir="ltr"><<a href="mailto:skerur@grundfos.com" target="_blank">skerur@grundfos.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,

I am using openssl on a n eCOS platform.  I need only the secure authentication (no encryption needed).
I integrated the openssl source code with my application.  When I trying to build, I am getting some linking errors.

:undefined reference to 'getpid'
:undefined reference to 'RANDpoll'

I am trying to find how to enable or disable the macros (switches to enable or disable a feature/service).  But it seems that openssl.conf is generated from some utitlity program and from a file <a href="http://opensslconf.h.in" target="_blank">opensslconf.h.in</a>

Pl. anyone suggest how to configure.

Regards,

SSK

        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://openssl.6102.n7.nabble.com/Using-Openssl-for-eCOS-platform-tp67892.html" target="_blank">Using Openssl for eCOS platform</a><br>
Sent from the <a href="http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html" target="_blank">OpenSSL - User mailing list archive</a> at Nabble.com.<br><br>--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
<br></blockquote></div><br></div>