diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-10 14:47:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-09-10 14:47:25 +0000 |
commit | e0ae4e28cba62dfe0cb5240221f978cb046f4133 (patch) | |
tree | e3f9d059c65bc83763280cbcc63f1a8eb872e48a /lib/libssl/ssl3.h | |
parent | 33ed2da5db71acf849a455a48a4ee775c8e23576 (diff) |
Remove TLS1_RT_HEARTBEAT
ok jsing
Diffstat (limited to 'lib/libssl/ssl3.h')
-rw-r--r-- | lib/libssl/ssl3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl3.h b/lib/libssl/ssl3.h index 48ca208264b..45a81b87074 100644 --- a/lib/libssl/ssl3.h +++ b/lib/libssl/ssl3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl3.h,v 1.55 2021/06/30 18:04:06 jsing Exp $ */ +/* $OpenBSD: ssl3.h,v 1.56 2021/09/10 14:47:24 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -292,7 +292,6 @@ extern "C" { #define SSL3_RT_ALERT 21 #define SSL3_RT_HANDSHAKE 22 #define SSL3_RT_APPLICATION_DATA 23 -#define TLS1_RT_HEARTBEAT 24 #define SSL3_AL_WARNING 1 #define SSL3_AL_FATAL 2 |