projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Typo.
[openssl.git]
/
crypto
/
dh
/
dh_pmeth.c
diff --git
a/crypto/dh/dh_pmeth.c
b/crypto/dh/dh_pmeth.c
index c516dede108bd663cf72031dffe87827cc43fbca..28624ccd6400e61abc7d7dcc034531692f567a46 100644
(file)
--- a/
crypto/dh/dh_pmeth.c
+++ b/
crypto/dh/dh_pmeth.c
@@
-169,7
+169,7
@@
static int pkey_dh_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
DH *dh = NULL;
if (ctx->pkey == NULL)
{
- DHerr(DH_F_PKEY_DH_KEYGEN, D
SA
_R_NO_PARAMETERS_SET);
+ DHerr(DH_F_PKEY_DH_KEYGEN, D
H
_R_NO_PARAMETERS_SET);
return 0;
}
dh = DH_new();