summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-06 11:22:28 +0200
committerRichard Levitte <levitte@openssl.org>2016-11-15 10:45:21 +0100
commit6c62f9e1639a7d1a879f363a99882920104dfedb (patch)
treec3696f02ee053fc5bf9e2250b811973d5aaedd51 /util
parent54c68d35c6b7e7650856beb949b45363ce40ca93 (diff)
Remove heartbeats completely
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1669)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index c5884d3b92..3b8c5c4778 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -101,7 +101,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
# RFC3779
"RFC3779",
# TLS
- "PSK", "SRP", "HEARTBEATS",
+ "PSK", "SRP",
# CMS
"CMS",
"OCSP",