Changeset 9730d72
- Timestamp:
- 2008-07-16T21:45:12Z (16 years ago)
- Branches:
- master
- Children:
- 6738a67
- Parents:
- b14890d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ssl_openssl.c
rb14890d r9730d72 57 57 58 58 59 void ssl_init( void ) ;59 void ssl_init( void ) 60 60 { 61 61 initialized = TRUE; -
otr.c
rb14890d r9730d72 764 764 } else { 765 765 char *arg = g_strdup(args[1]); 766 char *myhandle, *handle , *protocol;766 char *myhandle, *handle=NULL, *protocol; 767 767 ConnContext *ctx; 768 768
Note: See TracChangeset
for help on using the changeset viewer.