Deleted Added
full compact
ssl.h (306195) ssl.h (326663)
1/* ssl/ssl.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 1713 unchanged lines hidden (view full) ---

1722
1723# define SSL_ST_CONNECT 0x1000
1724# define SSL_ST_ACCEPT 0x2000
1725# define SSL_ST_MASK 0x0FFF
1726# define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1727# define SSL_ST_BEFORE 0x4000
1728# define SSL_ST_OK 0x03
1729# define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1/* ssl/ssl.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 1713 unchanged lines hidden (view full) ---

1722
1723# define SSL_ST_CONNECT 0x1000
1724# define SSL_ST_ACCEPT 0x2000
1725# define SSL_ST_MASK 0x0FFF
1726# define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT)
1727# define SSL_ST_BEFORE 0x4000
1728# define SSL_ST_OK 0x03
1729# define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1730# define SSL_ST_ERR 0x05
1730# define SSL_ST_ERR (0x05|SSL_ST_INIT)
1731
1732# define SSL_CB_LOOP 0x01
1733# define SSL_CB_EXIT 0x02
1734# define SSL_CB_READ 0x04
1735# define SSL_CB_WRITE 0x08
1736# define SSL_CB_ALERT 0x4000/* used in callback */
1737# define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1738# define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)

--- 1425 unchanged lines hidden ---
1731
1732# define SSL_CB_LOOP 0x01
1733# define SSL_CB_EXIT 0x02
1734# define SSL_CB_READ 0x04
1735# define SSL_CB_WRITE 0x08
1736# define SSL_CB_ALERT 0x4000/* used in callback */
1737# define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1738# define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)

--- 1425 unchanged lines hidden ---