diff options
author | tb <> | 2021-09-10 14:47:24 +0000 |
---|---|---|
committer | tb <> | 2021-09-10 14:47:24 +0000 |
commit | 1ed546aa8ab01b0dca1af1abca1ad631deaea92f (patch) | |
tree | cf69c7ae68cd710902c0e1242d030343ceb358ad /src/lib | |
parent | 52e6cc86b284538c643afc034a28d8c7437924a4 (diff) | |
download | openbsd-1ed546aa8ab01b0dca1af1abca1ad631deaea92f.tar.gz openbsd-1ed546aa8ab01b0dca1af1abca1ad631deaea92f.tar.bz2 openbsd-1ed546aa8ab01b0dca1af1abca1ad631deaea92f.zip |
Remove TLS1_RT_HEARTBEAT
ok jsing
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/ssl3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 48ca208264..45a81b8707 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.55 2021/06/30 18:04:06 jsing Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.56 2021/09/10 14:47:24 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -292,7 +292,6 @@ extern "C" { | |||
292 | #define SSL3_RT_ALERT 21 | 292 | #define SSL3_RT_ALERT 21 |
293 | #define SSL3_RT_HANDSHAKE 22 | 293 | #define SSL3_RT_HANDSHAKE 22 |
294 | #define SSL3_RT_APPLICATION_DATA 23 | 294 | #define SSL3_RT_APPLICATION_DATA 23 |
295 | #define TLS1_RT_HEARTBEAT 24 | ||
296 | 295 | ||
297 | #define SSL3_AL_WARNING 1 | 296 | #define SSL3_AL_WARNING 1 |
298 | #define SSL3_AL_FATAL 2 | 297 | #define SSL3_AL_FATAL 2 |