Problem linking on Linux

2002-05-01 Thread Tim McClure
I have been running for months on AIX with OpenSSl. I am porting my software to Linux and I am having trouble linking my application. I have included the make report results as well as my link errors. I suspect I am missing a link option. Any help would be greatly appreciated. OpenSSL self

openssl command loops

2002-01-17 Thread Tim McClure
I am running the following command on my Linux server and it loops (processor 99% utilized) and never returns. openssl genrsa -des3 -rand /dev/urandom -out tim.key 1024 I am trying to genrate a private key. Any suggestions? Tim __