Hello:
I wish to include some piece of code in my NIC driver which uses openssl and crypto
libraries. If I link these libraries via my "Makefile" using -L/usr/local/ssl/lib -lssl -lcrypto,
I get a bunch of unresolved symbols like:
open, read, getpid, signal, fwrite, etc...
This is due to the fact that the above mentioned function calls are application functions
and cannot be called from my driver. Is their any way out of this?
BRs
Nikhil.
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search