RE: warning: data definition has no type or storage class

2009-08-04 Thread Vivek Subbarao
() or some other function -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of omronz Sent: 03 August 2009 10:11 To: openssl-dev@openssl.org Subject: warning: data definition has no type or storage class Hai everyone I am new in SSL. I start

RE: warning: data definition has no type or storage class

2009-08-04 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of omronz Sent: Monday, 03 August, 2009 00:41 I am new in SSL. I start to play around OpenSSL by creating a simple server that uses openssl. So, I just intialize the openssl main library but my program returned the warning message data

RE: warning: data definition has no type or storage class

2009-08-04 Thread omronz
hmm, so you mean that these are function call statements? or is it a function prototype? Yes, i was aware about the data type of the function prototype, but since I never tried OpenSSL before, so i just try and see the error is. Silly me :-) I tried to put the statement in the main block, but

RE: warning: data definition has no type or storage class

2009-08-04 Thread omronz
-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of omronz Sent: 03 August 2009 10:11 To: openssl-dev@openssl.org Subject: warning: data definition has no type or storage class Hai everyone I am new in SSL. I start to play around OpenSSL by creating a simple server

RE: warning: data definition has no type or storage class

2009-08-04 Thread Vivek Subbarao
: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of omronz Sent: 03 August 2009 10:11 To: openssl-dev@openssl.org Subject: warning: data definition has no type or storage class Hai everyone I am new in SSL. I start to play around OpenSSL by creating

Re: warning: data definition has no type or storage class

2009-08-04 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 omronz wrote: | hmm, so you mean that these are function call statements? or is it a function | prototype? Yes, i was aware about the data type of the function prototype, | but since I never tried OpenSSL before, so i just try and see the error is. |

warning: data definition has no type or storage class

2009-08-03 Thread omronz
Hai everyone I am new in SSL. I start to play around OpenSSL by creating a simple server that uses openssl. So, I just intialize the openssl main library but my program returned the warning message data definition has no type or storage class What does this mean and how can i eliminate this