diff options
| author | tb <> | 2025-01-17 05:04:25 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-17 05:04:25 +0000 |
| commit | cd1f21f8cbb9151769acbc7fd34da681a4d97a73 (patch) | |
| tree | b33773bfa5d9d79cf94e5d7d0ed277cd8b3850a7 /src | |
| parent | a4acb7ef76a88e3477f9020722e99bcf101463b6 (diff) | |
| download | openbsd-cd1f21f8cbb9151769acbc7fd34da681a4d97a73.tar.gz openbsd-cd1f21f8cbb9151769acbc7fd34da681a4d97a73.tar.bz2 openbsd-cd1f21f8cbb9151769acbc7fd34da681a4d97a73.zip | |
dh_ameth: explcitly -> explicitly
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/dh/dh_ameth.c | 4 |
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 | ||
| 191 | static int | 191 | static int |
