projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ca4ba
)
note that SSL_library_init() is not reentrant
author
Nils Larsch
<nils@openssl.org>
Sun, 12 Mar 2006 00:37:55 +0000
(
00:37
+0000)
committer
Nils Larsch
<nils@openssl.org>
Sun, 12 Mar 2006 00:37:55 +0000
(
00:37
+0000)
doc/ssl/SSL_library_init.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_library_init.pod
b/doc/ssl/SSL_library_init.pod
index ecf3c4858e528849a4d677a56054c94112d22331..eed526e47efec90a3f035b1be2168e4730e5c587 100644
(file)
--- a/
doc/ssl/SSL_library_init.pod
+++ b/
doc/ssl/SSL_library_init.pod
@@
-23,6
+23,7
@@
for SSL_library_init().
=head1 NOTES
SSL_library_init() must be called before any other action takes place.
+SSL_library_init() is not reentrant.
=head1 WARNING