~ubuntu-branches/ubuntu/natty/lua-sec/natty

« back to all changes in this revision

Viewing changes to src/ssl.h

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2009-11-13 22:18:42 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091113221842-1l4hj1rattecvtu2
Tags: 0.4-3
build depend on liblua5.1-policy-dev >= 26 to specify linker flags
for statical linkage (Closes: #555567)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define __SSL_H__
3
3
 
4
4
/*--------------------------------------------------------------------------
5
 
 * LuaSec 0.3.3
 
5
 * LuaSec 0.4
6
6
 * Copyright (C) 2006-2009 Bruno Silvestre
7
7
 *
8
8
 *--------------------------------------------------------------------------*/
13
13
#include "io.h"
14
14
#include "buffer.h"
15
15
#include "timeout.h"
16
 
 
17
 
#ifndef LUASEC_API
18
 
#define LUASEC_API extern
19
 
#endif
 
16
#include "context.h"
20
17
 
21
18
#define ST_SSL_NEW       1
22
19
#define ST_SSL_CONNECTED 2