PennMUSH Community
Show
Ignore:
Timestamp:
06/12/07 15:21:47 (1 year ago)
Author:
shawnw
Message:

1.8.3p3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/hdrs/myssl.h

    r519 r919  
    1919int ssl_want_write(int state); 
    2020int ssl_read(SSL * ssl, int state, int net_read_ready, int net_write_ready, 
    21         char *buf, int bufsize, int *bytes_read); 
     21             char *buf, int bufsize, int *bytes_read); 
    2222int ssl_write(SSL * ssl, int state, int net_read_ready, int net_write_ready, 
    23          unsigned char *buf, int bufsize, int *offset); 
     23              unsigned char *buf, int bufsize, int *offset); 
    2424void ssl_write_session(FILE * fp, SSL * ssl); 
    2525void ssl_read_session(FILE * fp); 
     
    2828 
    2929 
    30 #endif             /* HAS_OPENSSL */ 
    31 #endif             /* _MYSSL_H */ 
     30#endif                          /* HAS_OPENSSL */ 
     31#endif                          /* _MYSSL_H */