1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

some documentation updates

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@112 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2007-06-20 23:06:49 +00:00
parent 013b3c1a7e
commit 4fdd6a7054
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ include ../../config/makefile.post
CFLAGS += -funit-at-a-time CFLAGS += -funit-at-a-time
$(TARGET) : $(OBJ) $(TARGET) : $(OBJ)
$(LD) $(LDFLAGS) -L../../$(STAGE) -L$(CONFIG_LUA_CORE)/lib $(LDSHARED) -o $@ $(OBJ) -laxtls -llua $(LD) $(LDFLAGS) $(LDSHARED) -o $^ -L../../$(STAGE) -L$(CONFIG_LUA_CORE)/lib -laxtls -llua
CFLAGS += -I$(CONFIG_HOME) -I$(SSL_HOME) -I $(CONFIG_LUA_CORE)/include CFLAGS += -I$(CONFIG_HOME) -I$(SSL_HOME) -I $(CONFIG_LUA_CORE)/include
else else

View File

@ -31,10 +31,10 @@
* - ASN.1, X.509, PKCS#8, PKCS#12 keys/certificates with DER/PEM encoding. * - ASN.1, X.509, PKCS#8, PKCS#12 keys/certificates with DER/PEM encoding.
* - Highly configurable compile time options. * - Highly configurable compile time options.
* - Portable across many platforms (written in ANSI C), and has language * - Portable across many platforms (written in ANSI C), and has language
* bindings in C, C#, VB.NET, Java and Perl. * bindings in C, C#, VB.NET, Java, Perl and Lua.
* - Partial openssl API compatibility (via a wrapper). * - Partial openssl API compatibility (via a wrapper).
* - A very small footprint for a HTTPS server (around 60-70kB in 'server-only' * - A very small footprint (around 50-60kB for the library in 'server-only'
* mode). * mode).
* - No dependencies on sockets - can use serial connections for example. * - No dependencies on sockets - can use serial connections for example.
* - A very simple API - ~ 20 functions/methods. * - A very simple API - ~ 20 functions/methods.
* *

File diff suppressed because one or more lines are too long