summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-17 05:04:25 +0000
committertb <>2025-01-17 05:04:25 +0000
commit7c8d3db53539fc8c79560e74c827a3f111dfd2c3 (patch)
treeb33773bfa5d9d79cf94e5d7d0ed277cd8b3850a7
parent35718f0265c83f7e352a7c2a46a1abd8cc6de5d7 (diff)
downloadopenbsd-7c8d3db53539fc8c79560e74c827a3f111dfd2c3.tar.gz
openbsd-7c8d3db53539fc8c79560e74c827a3f111dfd2c3.tar.bz2
openbsd-7c8d3db53539fc8c79560e74c827a3f111dfd2c3.zip
dh_ameth: explcitly -> explicitly
-rw-r--r--src/lib/libcrypto/dh/dh_ameth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh_ameth.c b/src/lib/libcrypto/dh/dh_ameth.c
index 13141761d4..289307bfd6 100644
--- a/src/lib/libcrypto/dh/dh_ameth.c
+++ b/src/lib/libcrypto/dh/dh_ameth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_ameth.c,v 1.41 2024/08/29 16:58:19 tb Exp $ */ 1/* $OpenBSD: dh_ameth.c,v 1.42 2025/01/17 05:04:25 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -185,7 +185,7 @@ dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
185/* 185/*
186 * PKCS#8 DH is defined in PKCS#11 of all places. It is similar to DH in 186 * PKCS#8 DH is defined in PKCS#11 of all places. It is similar to DH in
187 * that the AlgorithmIdentifier contains the parameters, the private key 187 * that the AlgorithmIdentifier contains the parameters, the private key
188 * is explcitly included and the pubkey must be recalculated. 188 * is explicitly included and the pubkey must be recalculated.
189 */ 189 */
190 190
191static int 191static int