From 0f5de0cc0342fbc69a956776eb540d3bf8851e12 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Mar 2025 12:13:03 +0000 Subject: typo: primtive -> primitive --- src/lib/libcrypto/bytestring/bs_ber.c | 4 ++-- src/lib/libssl/bs_ber.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libcrypto/bytestring/bs_ber.c b/src/lib/libcrypto/bytestring/bs_ber.c index eb1eed6185..6d7daaf77f 100644 --- a/src/lib/libcrypto/bytestring/bs_ber.c +++ b/src/lib/libcrypto/bytestring/bs_ber.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_ber.c,v 1.3 2024/05/25 15:12:47 tb Exp $ */ +/* $OpenBSD: bs_ber.c,v 1.4 2025/03/28 12:13:03 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -161,7 +161,7 @@ cbs_convert_indefinite(CBS *in, CBB *out, char squash_header, * This is a hack, but it sufficies to handle * NSS's output. If we find an indefinite * length, context-specific tag with a definite, - * primtive tag inside it, then we assume that + * primitive tag inside it, then we assume that * the context-specific tag is implicit and the * tags within are fragments of a primitive type * that need to be concatenated. diff --git a/src/lib/libssl/bs_ber.c b/src/lib/libssl/bs_ber.c index ea9fb253be..923ec06f3d 100644 --- a/src/lib/libssl/bs_ber.c +++ b/src/lib/libssl/bs_ber.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_ber.c,v 1.12 2024/05/25 15:14:26 tb Exp $ */ +/* $OpenBSD: bs_ber.c,v 1.13 2025/03/28 12:13:03 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -161,7 +161,7 @@ cbs_convert_indefinite(CBS *in, CBB *out, char squash_header, * This is a hack, but it sufficies to handle * NSS's output. If we find an indefinite * length, context-specific tag with a definite, - * primtive tag inside it, then we assume that + * primitive tag inside it, then we assume that * the context-specific tag is implicit and the * tags within are fragments of a primitive type * that need to be concatenated. -- cgit v1.2.3-55-g6feb