diff options
Diffstat (limited to 'Cryptlib/OpenSSL/crypto/bn/bn_prime.c')
| -rw-r--r-- | Cryptlib/OpenSSL/crypto/bn/bn_prime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/OpenSSL/crypto/bn/bn_prime.c b/Cryptlib/OpenSSL/crypto/bn/bn_prime.c index e933ead3..ad641c37 100644 --- a/Cryptlib/OpenSSL/crypto/bn/bn_prime.c +++ b/Cryptlib/OpenSSL/crypto/bn/bn_prime.c @@ -172,7 +172,7 @@ int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, mods = OPENSSL_malloc(sizeof(*mods) * NUMPRIMES); if (mods == NULL) - goto err; + goto err; ctx = BN_CTX_new(); if (ctx == NULL) goto err; |
