diff options
author | miod <> | 2014-07-11 16:18:14 +0000 |
---|---|---|
committer | miod <> | 2014-07-11 16:18:14 +0000 |
commit | 42ef36c6813822962aff009ee1ca5eaf04d6c5c7 (patch) | |
tree | d06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod | |
parent | 687488572f223f89cf98909e87b4d1a3fbb14bfd (diff) | |
download | openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.gz openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.bz2 openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.zip |
Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz,
via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support,
at least partially removed).
Diffstat (limited to 'src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod')
-rw-r--r-- | src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod b/src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod index dc4d884c59..a37231e267 100644 --- a/src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod +++ b/src/lib/libcrypto/doc/i2d_PKCS7_bio_stream.pod | |||
@@ -23,7 +23,7 @@ streaming. | |||
23 | 23 | ||
24 | =head1 BUGS | 24 | =head1 BUGS |
25 | 25 | ||
26 | The prefix "d2i" is arguably wrong because the function outputs BER format. | 26 | The prefix "i2d" is arguably wrong because the function outputs BER format. |
27 | 27 | ||
28 | =head1 RETURN VALUES | 28 | =head1 RETURN VALUES |
29 | 29 | ||