diff options
author | tb <> | 2021-09-10 14:47:24 +0000 |
---|---|---|
committer | tb <> | 2021-09-10 14:47:24 +0000 |
commit | 211ad0392f91f7966a4db7c43d53bfaab745eeb2 (patch) | |
tree | cf69c7ae68cd710902c0e1242d030343ceb358ad | |
parent | 2643d02bd6d396e11c628787f28f8280bbf76798 (diff) | |
download | openbsd-211ad0392f91f7966a4db7c43d53bfaab745eeb2.tar.gz openbsd-211ad0392f91f7966a4db7c43d53bfaab745eeb2.tar.bz2 openbsd-211ad0392f91f7966a4db7c43d53bfaab745eeb2.zip |
Remove TLS1_RT_HEARTBEAT
ok jsing
-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 |