summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-09 16:47:43 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:35:19 +0000
commit7fecbf6f2150394bea7a3435b22cea129d05c9a9 (patch)
tree2f208076b9f69013299bfe5b5920d76fdaa8042b /include
parent46a283c01c825ab5b8d9020767383b7087e0cb5b (diff)
Rename start_async_job to ssl_start_async_job
Make it clear that this function is ssl specific. 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 5c70aeeae8..cf0c7e179e 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2124,6 +2124,7 @@ void ERR_load_SSL_strings(void);
# define SSL_F_SSL_SET_WFD 196
# define SSL_F_SSL_SHUTDOWN 224
# define SSL_F_SSL_SRP_CTX_INIT 313
+# define SSL_F_SSL_START_ASYNC_JOB 388
# define SSL_F_SSL_UNDEFINED_CONST_FUNCTION 243
# define SSL_F_SSL_UNDEFINED_FUNCTION 197
# define SSL_F_SSL_UNDEFINED_VOID_FUNCTION 244
@@ -2139,7 +2140,6 @@ void ERR_load_SSL_strings(void);
# define SSL_F_SSL_USE_RSAPRIVATEKEY_FILE 206
# define SSL_F_SSL_VERIFY_CERT_CHAIN 207
# define SSL_F_SSL_WRITE 208
-# define SSL_F_START_ASYNC_JOB 388
# define SSL_F_STATE_MACHINE 353
# define SSL_F_TLS12_CHECK_PEER_SIGALG 333
# define SSL_F_TLS1_CERT_VERIFY_MAC 286