summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-05-27 20:22:00 +0000
committermiod <miod@openbsd.org>2014-05-27 20:22:00 +0000
commitb7955bf49fe9c9f31be7cbbc07ffe143dbb58fe3 (patch)
tree551e48ecce1106dab79863333ea3bc8fe54010d4 /lib/libssl/src
parentBig refactoring of the radix code (mainly rn_addroute but also part (diff)
downloadwireguard-openbsd-b7955bf49fe9c9f31be7cbbc07ffe143dbb58fe3.tar.xz
wireguard-openbsd-b7955bf49fe9c9f31be7cbbc07ffe143dbb58fe3.zip
Remove unused defines.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/ssl/ssl_locl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libssl/src/ssl/ssl_locl.h b/lib/libssl/src/ssl/ssl_locl.h
index 206bd94fc5e..464a4a88fea 100644
--- a/lib/libssl/src/ssl/ssl_locl.h
+++ b/lib/libssl/src/ssl/ssl_locl.h
@@ -241,15 +241,6 @@
#define SSL_DECRYPT 0
#define SSL_ENCRYPT 1
-#define TWO_BYTE_BIT 0x80
-#define SEC_ESC_BIT 0x40
-#define TWO_BYTE_MASK 0x7fff
-#define THREE_BYTE_MASK 0x3fff
-
-#define INC32(a) ((a)=((a)+1)&0xffffffffL)
-#define DEC32(a) ((a)=((a)-1)&0xffffffffL)
-#define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */
-
/*
* Define the Bitmasks for SSL_CIPHER.algorithms.
* This bits are used packed as dense as possible. If new methods/ciphers