summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-04 20:38:07 +0000
committerDavid Troy <dave@popvox.com>2006-04-04 20:38:07 +0000
commit6c9d46845fbaa89dc5481fb8d0d1c78728628122 (patch)
treee1fcd7ffe275e366c32ad889a60ead10dc92d594 /src/include
parente4b66ca5172292a09ac0f68b9373fcbe83cef8d6 (diff)
downloadastmanproxy-6c9d46845fbaa89dc5481fb8d0d1c78728628122.tar.gz
astmanproxy-6c9d46845fbaa89dc5481fb8d0d1c78728628122.tar.xz
astmanproxy-6c9d46845fbaa89dc5481fb8d0d1c78728628122.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@80 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ssl.h b/src/include/ssl.h
index a52b424..19c74a7 100644
--- a/src/include/ssl.h
+++ b/src/include/ssl.h
@@ -28,7 +28,7 @@ extern "C" {
The negative fd is used as an index into this data structure (after processing).
Choose SEC_MAX to be impossibly large for the application.
*/
-#define SEC_MAX 8
+#define SEC_MAX 16
struct {
int fd;
SSL* ssl;