MARTIN Guy CNET/DMI/LAN <[EMAIL PROTECTED]>:

> just begining to use OpenSSL (or trying...), I have got some undefined
> references at compile time.

> gcc -o cli cli.o -L/usr/local/ssl/lib -lcrypto -lssl

Change the compiler options from "-lcrypto -lssl" to "-lssl -lcrypto".
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to