artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d0910
)
Remove TLS1_RT_HEARTBEAT
author
tb
<tb@openbsd.org>
Fri, 10 Sep 2021 14:47:24 +0000
(14:47 +0000)
committer
tb
<tb@openbsd.org>
Fri, 10 Sep 2021 14:47:24 +0000
(14:47 +0000)
ok jsing
lib/libssl/ssl3.h
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl3.h
b/lib/libssl/ssl3.h
index
48ca208
..
45a81b8
100644
(file)
--- a/
lib/libssl/ssl3.h
+++ b/
lib/libssl/ssl3.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssl3.h,v 1.5
5 2021/06/30 18:04:06 jsing
Exp $ */
+/* $OpenBSD: ssl3.h,v 1.5
6 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