Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by aga, Sat Jan 22 00:18:33 2005 UTC revision 1.13 by youi, Sat Jan 22 05:38:03 2005 UTC
# Line 4  Line 4 
4  #if !defined( COMMON_H )  #if !defined( COMMON_H )
5  #define COMMON_H  #define COMMON_H
6    
7    #include <openssl/md5.h>
8  #include<string>  #include<string>
9    
10  using namespace std;  using namespace std;
11  typedef enum {  typedef enum {
12      RES_OK = 0,      RES_OK = 0,
# Line 29  char* setValue( char** , const char* ); Line 31  char* setValue( char** , const char* );
31  string intToString( int i );  string intToString( int i );
32  string unsignedIntToString( unsigned int i );  string unsignedIntToString( unsigned int i );
33    
34    #define MD5_DIGEST_STRING_LENGTH (MD5_DIGEST_LENGTH*2+1)
35    
36    char* md5str( char str[MD5_DIGEST_STRING_LENGTH], unsigned char* data, int len );
37    
38  #endif  #endif
39    
40    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26