I\'m playing around with apps/s_client.c in the openssl source code. I want to make a few changes and run it, but my changes are not getting reflected
apps/s_client.c
openssl
Are you sure you run the correct app? Try ./openssl.
./openssl
In Linux, current directory is not searched for executable files by default, so you are probably running system's openssl.