Hi, I'm trying to test some algorithm with openssl comman line and oprofile. Then, to separate the time used for the real cryptographic operation from the time used for I/O operation, I need to know which library is used to read a file. The library can see are used in the execution of a command are the following
libcrypto.so.0.9.8 ld-2.7.so libc-2.7.so openssl libssl.so.0.9.8 libdl-2.7.so libz.so.1.2.3.3 Can anybody tell me which is used for I/O operation on file? Bye Silvia