mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
typo
This commit is contained in:
parent
6519b2cb92
commit
8735ee6f5d
@ -1,4 +1,4 @@
|
||||
/* crypto/rsa/rsa_chck.c -*- Mode: C; c-file-style: "eay" -*- */
|
||||
/* crypto/rsa/rsa_chk.c -*- Mode: C; c-file-style: "eay" -*- */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
@ -68,6 +68,7 @@ int RSA_check_key(RSA *key)
|
||||
if (i == NULL || j == NULL || k == NULL || l == NULL ||
|
||||
m == NULL || ctx == NULL)
|
||||
{
|
||||
ret = 0;
|
||||
RSAerr(RSA_F_RSA_CHECK_KEY, ERR_R_MALLOC_FAILURE);
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user