summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASYNC_WAIT_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/ASYNC_WAIT_CTX_new.pod')
-rw-r--r--doc/man3/ASYNC_WAIT_CTX_new.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/ASYNC_WAIT_CTX_new.pod b/doc/man3/ASYNC_WAIT_CTX_new.pod
index f1d6a02219..d6e5d38a12 100644
--- a/doc/man3/ASYNC_WAIT_CTX_new.pod
+++ b/doc/man3/ASYNC_WAIT_CTX_new.pod
@@ -192,12 +192,12 @@ ASYNC_WAIT_CTX_get_status() returns the engine status.
=head1 NOTES
-On Windows platforms the openssl/async.h header is dependent on some
-of the types customarily made available by including windows.h. The
+On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
+of the types customarily made available by including F<< <windows.h> >>. The
application developer is likely to require control over when the latter
is included, commonly as one of the first included headers. Therefore,
it is defined as an application developer's responsibility to include
-windows.h prior to async.h.
+F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
=head1 SEE ALSO