Re: EVP Function call errors

2005-05-03 Thread Don C. Weber
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 > _

EVP Function call errors

2005-05-02 Thread Don C. Weber
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