aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-07-30 11:14:44 +0100
committerMatt Caswell <matt@openssl.org>2015-08-03 11:18:06 +0100
commit496dbe1855b486c39f42d673d56924d5f9ae3c78 (patch)
treef40bab396092d262dc2c1d8de3107fade7b151ad /include
parente9f6b9a1a5ba9feaeeef88d9f45508996ce43468 (diff)
downloadopenssl-496dbe1855b486c39f42d673d56924d5f9ae3c78.tar.gz
Fix make errors for the CCS changes
The move of CCS into the state machine was causing make errors to fail. This fixes it. Reviewed-by: Tim Hudson <tjh@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 892e129611..06ac5c1672 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1943,7 +1943,7 @@ void ERR_load_SSL_strings(void);
# define SSL_F_SSL3_GET_CERTIFICATE_REQUEST 135
# define SSL_F_SSL3_GET_CERT_STATUS 289
# define SSL_F_SSL3_GET_CERT_VERIFY 136
-# define SSL_F_SSL3_GET_CHANGE_CIPHER_SPEC 348
+# define SSL_F_SSL3_GET_CHANGE_CIPHER_SPEC 349
# define SSL_F_SSL3_GET_CLIENT_CERTIFICATE 137
# define SSL_F_SSL3_GET_CLIENT_HELLO 138
# define SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE 139