projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf12bd
)
Make ck_errf.pl ignore commented out error generation
author
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jun 2018 07:27:18 +0000
(09:27 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jun 2018 10:31:45 +0000
(12:31 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6461)
crypto/srp/srp_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/srp/srp_vfy.c
b/crypto/srp/srp_vfy.c
index b13c006be87499cf21899680870a87386ee86f7e..17b35c00f9da8ccef487a925a11836a88adca9b1 100644
(file)
--- a/
crypto/srp/srp_vfy.c
+++ b/
crypto/srp/srp_vfy.c
@@
-189,7
+189,7
@@
static SRP_user_pwd *SRP_user_pwd_new(void)
SRP_user_pwd *ret;
if ((ret = OPENSSL_malloc(sizeof(*ret))) == NULL) {
- /* SRPerr(SRP_F_SRP_USER_PWD_NEW, ERR_R_MALLOC_FAILURE); */
+ /* SRPerr(SRP_F_SRP_USER_PWD_NEW, ERR_R_MALLOC_FAILURE); */
/*ckerr_ignore*/
return NULL;
}
ret->N = NULL;