Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 08:29:01 -0700 (PDT)
From:      =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
To:        Maria Dolores Moral <yoyes@dif.um.es>
Cc:        freebsd-net@freebsd.org
Subject:   Re: SSL lib
Message-ID:  <20030811082729.H1825@atlas.home>
In-Reply-To: <200308111335.55573.yoyes@dif.um.es>
References:  <200308111335.55573.yoyes@dif.um.es>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Aug 2003, Maria Dolores Moral wrote:

> Hello. I am working with FreeBSD
> I have included <openssl/ss.h> in that files, and I obtain the following
> error:
>
> IPv6Router# gcc -lssl echo_server.c ssl_common.c -o ssl
> /tmp/ccN7GB0Z.o: In function `main':
> /tmp/ccN7GB0Z.o(.text+0x170): undefined reference to `BIO_new_socket'
[...]

Try:  -lssl -lcrypto

    $.02,
    /Mikko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811082729.H1825>