summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/engines/e_dasync.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/engines/e_dasync.c')
-rw-r--r--deps/openssl/openssl/engines/e_dasync.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/openssl/openssl/engines/e_dasync.c b/deps/openssl/openssl/engines/e_dasync.c
index b672a3a6fa..b005f421a6 100644
--- a/deps/openssl/openssl/engines/e_dasync.c
+++ b/deps/openssl/openssl/engines/e_dasync.c
@@ -34,7 +34,6 @@
# define ASYNC_WIN
#endif
-#define DASYNC_LIB_NAME "DASYNC"
#include "e_dasync_err.c"
/* Engine Id and Name */
@@ -438,8 +437,8 @@ static void dummy_pause_job(void) {
#endif
*writefd = pipefds[1];
- if(!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0],
- writefd, wait_cleanup)) {
+ if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0],
+ writefd, wait_cleanup)) {
wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd);
return;
}