This is the source code of the file i have already posted the output of make

-SIGTERM
amit


/***************************************************************************
main.c - description
-------------------
begin : Tue Mar 5 10:23:09 IST 2002
copyright : (C) 2002 by amit
email : ljfl
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* c *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include<openssl/ssl.h>
int main(int argc, char *argv[])
{
// printf("Hello, world!\n");
int i= SSL_library_init();
return EXIT_SUCCESS;
}

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to