1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

css + added strip option

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@124 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-09-12 07:26:00 +00:00
parent 15651d6de5
commit 7cd4ea1b95
7 changed files with 20 additions and 12 deletions

View File

@ -42,7 +42,7 @@ endif
# shared library major/minor numbers
LIBMAJOR=$(BASETARGET).1
LIBMINOR=$(BASETARGET).1.1
LIBMINOR=$(BASETARGET).1.2
else
TARGET1=$(AXTLS_HOME)/axtls.lib
TARGET2=$(AXTLS_HOME)/$(STAGE)/axtls.dll

View File

@ -1735,7 +1735,7 @@ static void do_header_issue(void)
static int header_issue(void)
{
FILE *f = fopen("../ssl/test/header_issue.dat", "r");
int server_fd, client_fd, ret = 1;
int server_fd = -1, client_fd = -1, ret = 1;
uint8_t buf[2048];
int size = 0;
struct sockaddr_in client_addr;