Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Nov 5, 2023
1 parent 82b72c9 commit f28225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tlsuv/tls_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern "C" {
#endif

#if _WIN32
typedef HANDLE tls_enging_fd_t;
typedef HANDLE tls_engine_fd_t;

Check failure on line 30 in include/tlsuv/tls_engine.h

View workflow job for this annotation

GitHub Actions / build (windows, openssl)

syntax error: identifier 'tls_engine_fd_t'

Check failure on line 30 in include/tlsuv/tls_engine.h

View workflow job for this annotation

GitHub Actions / build (windows, openssl)

syntax error: ';'

Check failure on line 30 in include/tlsuv/tls_engine.h

View workflow job for this annotation

GitHub Actions / build (windows, mbedtls)

syntax error: identifier 'tls_engine_fd_t'

Check failure on line 30 in include/tlsuv/tls_engine.h

View workflow job for this annotation

GitHub Actions / build (windows, mbedtls)

syntax error: ';'
#else
typedef int tls_engine_fd_t;
#endif
Expand Down

0 comments on commit f28225f

Please sign in to comment.