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

Make our cert/key more compact + fix small typo

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@50 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2006-12-05 04:21:08 +00:00
parent e146dbca4f
commit 396d340778
6 changed files with 10 additions and 7 deletions

View File

@ -88,7 +88,7 @@ namespace axTLS
/**
* @brief Get the session id for a handshake.
*
* This will be a 32 byte sequence and is availabile after the first
* This will be a 32 byte sequence and is available after the first
* handshaking messages are sent.
* @return The session id as a 32 byte sequence.
* @note A SSLv23 handshake may have only 16 valid bytes.