summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/src/ssl/ssl_locl.h9
-rw-r--r--src/lib/libssl/ssl_locl.h9
2 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h
index 206bd94fc5..464a4a88fe 100644
--- a/src/lib/libssl/src/ssl/ssl_locl.h
+++ b/src/lib/libssl/src/ssl/ssl_locl.h
@@ -241,15 +241,6 @@
241#define SSL_DECRYPT 0 241#define SSL_DECRYPT 0
242#define SSL_ENCRYPT 1 242#define SSL_ENCRYPT 1
243 243
244#define TWO_BYTE_BIT 0x80
245#define SEC_ESC_BIT 0x40
246#define TWO_BYTE_MASK 0x7fff
247#define THREE_BYTE_MASK 0x3fff
248
249#define INC32(a) ((a)=((a)+1)&0xffffffffL)
250#define DEC32(a) ((a)=((a)-1)&0xffffffffL)
251#define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */
252
253/* 244/*
254 * Define the Bitmasks for SSL_CIPHER.algorithms. 245 * Define the Bitmasks for SSL_CIPHER.algorithms.
255 * This bits are used packed as dense as possible. If new methods/ciphers 246 * This bits are used packed as dense as possible. If new methods/ciphers
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 206bd94fc5..464a4a88fe 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -241,15 +241,6 @@
241#define SSL_DECRYPT 0 241#define SSL_DECRYPT 0
242#define SSL_ENCRYPT 1 242#define SSL_ENCRYPT 1
243 243
244#define TWO_BYTE_BIT 0x80
245#define SEC_ESC_BIT 0x40
246#define TWO_BYTE_MASK 0x7fff
247#define THREE_BYTE_MASK 0x3fff
248
249#define INC32(a) ((a)=((a)+1)&0xffffffffL)
250#define DEC32(a) ((a)=((a)-1)&0xffffffffL)
251#define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */
252
253/* 244/*
254 * Define the Bitmasks for SSL_CIPHER.algorithms. 245 * Define the Bitmasks for SSL_CIPHER.algorithms.
255 * This bits are used packed as dense as possible. If new methods/ciphers 246 * This bits are used packed as dense as possible. If new methods/ciphers