summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2021-12-31 22:40:40 +0000
committerjsg <>2021-12-31 22:40:40 +0000
commit35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3 (patch)
tree4b8aad0ede89693b83a722499c05816284ac1b04 /src/lib
parent92eda95578a38d31331dae0febe5e47e42c2b9ed (diff)
downloadopenbsd-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.36
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.
279internal to DER: 279internal to DER:
280The function encodes an object passed as an argument 280The function encodes an object passed as an argument
281according to ASN.1 distinguished encoding rules (DER). 281according to ASN.1 distinguished encoding rules (DER).
282There are a few rare excpetions of functions that have 282There are a few rare exceptions of functions that have
283.Dq i2d 283.Dq i2d
284in their name but produce output anyway 284in their name but produce output anyway
285that only conforms to ASN.1 basic encoding rules (BER) and not to DER. 285that only conforms to ASN.1 basic encoding rules (BER) and not to DER.