summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ERR_remove_state.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ERR_remove_state.pod')
-rw-r--r--doc/crypto/ERR_remove_state.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/crypto/ERR_remove_state.pod b/doc/crypto/ERR_remove_state.pod
index 1d20fc2dc2..55ded84c48 100644
--- a/doc/crypto/ERR_remove_state.pod
+++ b/doc/crypto/ERR_remove_state.pod
@@ -12,7 +12,9 @@ ERR_remove_thread_state, ERR_remove_state - free a thread's error queue
Deprecated:
+ #if OPENSSL_API_COMPAT < 0x10000000L
void ERR_remove_state(unsigned long pid);
+ #endif
=head1 DESCRIPTION