diff options
author | tedu <> | 2014-05-30 14:30:50 +0000 |
---|---|---|
committer | tedu <> | 2014-05-30 14:30:50 +0000 |
commit | d970fd597dc43c71716f5ce1db8f102515a73ad8 (patch) | |
tree | cbf937e75b5dc1f5e8f2452d45ad4d6942a9b1d4 /src/lib/libssl/dtls1.h | |
parent | d7bb67cc99974281f55641afa52a0f9e8f1ff938 (diff) | |
download | openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.gz openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.bz2 openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.zip |
remove some #if 0 code. we don't need any more reminders that we're using
a not quite appropriate data structure. ok jsing
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r-- | src/lib/libssl/dtls1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index 2fbb815b6d..b0cf839b78 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
@@ -73,11 +73,6 @@ extern "C" { | |||
73 | #define DTLS1_VERSION 0xFEFF | 73 | #define DTLS1_VERSION 0xFEFF |
74 | #define DTLS1_BAD_VER 0x0100 | 74 | #define DTLS1_BAD_VER 0x0100 |
75 | 75 | ||
76 | #if 0 | ||
77 | /* this alert description is not specified anywhere... */ | ||
78 | #define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110 | ||
79 | #endif | ||
80 | |||
81 | /* lengths of messages */ | 76 | /* lengths of messages */ |
82 | #define DTLS1_COOKIE_LENGTH 256 | 77 | #define DTLS1_COOKIE_LENGTH 256 |
83 | 78 | ||