diff options
author | espie <> | 2014-03-18 17:46:04 +0000 |
---|---|---|
committer | espie <> | 2014-03-18 17:46:04 +0000 |
commit | 26550da6583df81675b762ecb111b695c4faa098 (patch) | |
tree | f20442b45f29c41e8fbe121686e5ec91b50f5440 /src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | |
parent | c74788490dc35ac7f27276f94af13e1e707b039c (diff) | |
download | openbsd-26550da6583df81675b762ecb111b695c4faa098.tar.gz openbsd-26550da6583df81675b762ecb111b695c4faa098.tar.bz2 openbsd-26550da6583df81675b762ecb111b695c4faa098.zip |
prepare manpages for new perl.
Note that I missed two of these in the diff shown initially, thx
to the atrocious Makefile rule...
okay millert@, sthen@, basically
Diffstat (limited to 'src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod')
-rw-r--r-- | src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod b/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod index a883f6c097..60e8332ae9 100644 --- a/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod +++ b/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | |||
@@ -278,6 +278,8 @@ happen if extended CRL checking is enabled. | |||
278 | an application specific error. This will never be returned unless explicitly | 278 | an application specific error. This will never be returned unless explicitly |
279 | set by an application. | 279 | set by an application. |
280 | 280 | ||
281 | =back | ||
282 | |||
281 | =head1 NOTES | 283 | =head1 NOTES |
282 | 284 | ||
283 | The above functions should be used instead of directly referencing the fields | 285 | The above functions should be used instead of directly referencing the fields |