> Can you share the code that you found, a link to it, or at > least a hint as to which search engine you found it on?
>> http://www.cs.odu.edu/~cs772/sourcecode/NSwO/compiled/encdec.c There you go. I'm curious -- do you understand what the code you are compiling is supposed to actually *do*? Because if my understanding is correct, it only makes sense if you have a source of a stream of bytes and a sink for the stream of bytes and are trying to interpose an encryption/decryption step in the middle. If you don't have these two things, the code will not work because it will have no idea where to get its input from and where to send its output to. At least, that's my understanding. If your understanding is different, share it. If you don't understand what the code is supposed to do, stop trying to make it work. You will have no way to know when you've succeeded. ;) DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]