Chromium Code Reviews

Unified Diff: openssl/crypto/rsa/rsa_gen.c

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « openssl/crypto/rsa/rsa_err.c ('k') | openssl/crypto/rsa/rsa_lib.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/crypto/rsa/rsa_gen.c
===================================================================
--- openssl/crypto/rsa/rsa_gen.c (revision 105093)
+++ openssl/crypto/rsa/rsa_gen.c (working copy)
@@ -68,8 +68,6 @@
#include <openssl/bn.h>
#include <openssl/rsa.h>
-#ifndef OPENSSL_FIPS
-
static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
/* NB: this wrapper would normally be placed in rsa_lib.c and the static
@@ -219,4 +217,3 @@
return ok;
}
-#endif
« no previous file with comments | « openssl/crypto/rsa/rsa_err.c ('k') | openssl/crypto/rsa/rsa_lib.c » ('j') | no next file with comments »

Powered by Google App Engine