Listen my friend you can not compile because
are doing something wrong or you do not have one of
the neccessary library installed. Try the following
Makefile:
---------- start of the makefile -------------
CFLAGS=-g
LDFLAGS+=-lcrypto -lssl
.PHONY: build
build: serv cli
.PHOHY: clean
clean:
-rm -f serv
------------- end of makefile ------------------
Raaj Krissna wrote:
>
> sir,
> I tried so many times and in so many ways to write
> the client/server
> applications ON Linux system.But none of them worked
> out well.
> I even tried the client/server programs that are given
> in the "/apps" directory of Openssl.
> So iam requesting you to send me an CLIENT/SERVER
> application that are written in "C" using the API's of
> OpenSSL.
> Thanks for consideration.
> ---Raaj
>
___________________________________________________________________
Houman Ghaemi www.stormix.com
Software Developer Tel: (604) 688-9137
email: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]