mirror of https://github.com/openssl/openssl.git
recognise HEARTBEATS in mkdef.pl script
This commit is contained in:
parent
0b9f5ef809
commit
918fc30fa4
|
|
@ -101,7 +101,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
|
||||||
# RFC3779
|
# RFC3779
|
||||||
"RFC3779",
|
"RFC3779",
|
||||||
# TLS
|
# TLS
|
||||||
"TLSEXT", "PSK", "SRP",
|
"TLSEXT", "PSK", "SRP", "HEARTBEATS",
|
||||||
# CMS
|
# CMS
|
||||||
"CMS",
|
"CMS",
|
||||||
# CryptoAPI Engine
|
# CryptoAPI Engine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue