summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-05-27 20:22:00 +0000
committermiod <>2014-05-27 20:22:00 +0000
commitbaea9cffa20ddb15f869859f8369e86072e24b5f (patch)
tree576d97e3d910d3932852e074b1cc99764830999f /src
parentd8cbd9f61b4f17e66988182d3ab66022b1acf6df (diff)
downloadopenbsd-baea9cffa20ddb15f869859f8369e86072e24b5f.tar.gz
openbsd-baea9cffa20ddb15f869859f8369e86072e24b5f.tar.bz2
openbsd-baea9cffa20ddb15f869859f8369e86072e24b5f.zip
Remove unused defines.
Diffstat (limited to 'src')
-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