SOLVED, thank you Michael D'Errico
Cutaway
Michael D'Errico wrote:
>> g++ -o hasher hasher.o form1.o moc_form1.o -L/usr/qt/3/lib
>> -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
>
>
> You need to add -lcrypto and maybe -lssl.
>
> Mike
> _
I am not sure why I am geting the following errors when I try to call
functions that are included by OpenSSL. I basically copied the code out
of the O'Reilly OpenSSL book, so the code should be okay. I have
included the OpenSSL EVP headers (and even tried to include all the
digest headers) but I st