From: Bodo Möller Date: Sun, 11 Jul 1999 22:06:54 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_4~110 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8735ee6f5d1c54d5ab4f8567320a1ecba7775443 typo --- diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c index 2462c5e793..c95dab3b1f 100644 --- a/crypto/rsa/rsa_chk.c +++ b/crypto/rsa/rsa_chk.c @@ -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; }