diff options
author | jsg <> | 2021-12-31 22:40:40 +0000 |
---|---|---|
committer | jsg <> | 2021-12-31 22:40:40 +0000 |
commit | 35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3 (patch) | |
tree | 4b8aad0ede89693b83a722499c05816284ac1b04 /src/lib | |
parent | 92eda95578a38d31331dae0febe5e47e42c2b9ed (diff) | |
download | openbsd-35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3.tar.gz openbsd-35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3.tar.bz2 openbsd-35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3.zip |
excpetions -> exceptions
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 598eb30504..4c658d0830 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.26 2021/12/09 15:11:48 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.27 2021/12/31 22:40:40 jsg Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: December 9 2021 $ | 69 | .Dd $Mdocdate: December 31 2021 $ |
70 | .Dt CRYPTO 3 | 70 | .Dt CRYPTO 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -279,7 +279,7 @@ argument instead. | |||
279 | internal to DER: | 279 | internal to DER: |
280 | The function encodes an object passed as an argument | 280 | The function encodes an object passed as an argument |
281 | according to ASN.1 distinguished encoding rules (DER). | 281 | according to ASN.1 distinguished encoding rules (DER). |
282 | There are a few rare excpetions of functions that have | 282 | There are a few rare exceptions of functions that have |
283 | .Dq i2d | 283 | .Dq i2d |
284 | in their name but produce output anyway | 284 | in their name but produce output anyway |
285 | that only conforms to ASN.1 basic encoding rules (BER) and not to DER. | 285 | that only conforms to ASN.1 basic encoding rules (BER) and not to DER. |