diff options
author | jim <> | 2014-05-04 21:15:12 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 21:15:12 +0000 |
commit | 0312576349217b6a440d79bea29432ee2401d849 (patch) | |
tree | 9f64e269046285d2a5799e52b3ecdb3314f2fdec /src/lib | |
parent | aff735cf8a0bb05d631542171f1acee7e2dfd955 (diff) | |
download | openbsd-0312576349217b6a440d79bea29432ee2401d849.tar.gz openbsd-0312576349217b6a440d79bea29432ee2401d849.tar.bz2 openbsd-0312576349217b6a440d79bea29432ee2401d849.zip |
Add missing SEE ALSO section header.
ok jmc@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_clear.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_free.pod | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_clear.pod b/src/lib/libssl/src/doc/ssl/SSL_clear.pod index 2da0b023c6..e115a07db6 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_clear.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_clear.pod | |||
@@ -67,6 +67,8 @@ The SSL_clear() operation was successful. | |||
67 | 67 | ||
68 | =back | 68 | =back |
69 | 69 | ||
70 | =head1 SEE ALSO | ||
71 | |||
70 | L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>, | 72 | L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>, |
71 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>, | 73 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>, |
72 | L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>, | 74 | L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>, |
diff --git a/src/lib/libssl/src/doc/ssl/SSL_free.pod b/src/lib/libssl/src/doc/ssl/SSL_free.pod index 13c1abd9ec..61603d833b 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_free.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_free.pod | |||
@@ -37,6 +37,8 @@ from the session cache as required by RFC2246. | |||
37 | 37 | ||
38 | SSL_free() does not provide diagnostic information. | 38 | SSL_free() does not provide diagnostic information. |
39 | 39 | ||
40 | =head1 SEE ALSO | ||
41 | |||
40 | L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>, | 42 | L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>, |
41 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>, | 43 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>, |
42 | L<ssl(3)|ssl(3)> | 44 | L<ssl(3)|ssl(3)> |