aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_magic.h')
-rw-r--r--src/tls/tls_magic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_magic.h b/src/tls/tls_magic.h
index 231ac363f..ac3c562dc 100644
--- a/src/tls/tls_magic.h
+++ b/src/tls/tls_magic.h
@@ -167,7 +167,7 @@ enum Ciphersuite_Code {
* being randomly assigned codepoints.
*/
enum TLS_Ciphersuite_Algos {
- TLS_ALGO_UNKNOWN = 0x00000000,
+ TLS_ALGO_NONE = 0x00000000,
TLS_ALGO_SIGNER_MASK = 0xFF000000,
TLS_ALGO_SIGNER_ANON = 0x01000000,