aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-04-04 16:11:04 -0400
committerRich Salz <rsalz@openssl.org>2016-04-04 16:11:04 -0400
commit9f2a142b13a8fc37b811bc590baf847cc6be7ab3 (patch)
treef1686eadbd85f953a44d0527774fd6d4007d4c3e /include
parent2b0bcfaf834e2fb7cd52888d7330b247e3878115 (diff)
downloadopenssl-9f2a142b13a8fc37b811bc590baf847cc6be7ab3.tar.gz
Revert "Fix an error code spelling."
This reverts commit 2b0bcfaf834e2fb7cd52888d7330b247e3878115. It wasn't reviewed. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 1aa669c039..ea47cb3da3 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2481,7 +2481,7 @@ void ERR_load_SSL_strings(void);
# define SSL_R_RENEGOTIATION_ENCODING_ERR 336
# define SSL_R_RENEGOTIATION_MISMATCH 337
# define SSL_R_REQUIRED_CIPHER_MISSING 215
-# define SSL_R_REQUIRED_COMPRESSION_ALGORITHM_MISSING 342
+# define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING 342
# define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 345
# define SSL_R_SCT_VERIFICATION_FAILED 208
# define SSL_R_SERVERHELLO_TLSEXT 275