diff options
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 |
