]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_local.h
CRYPTO: Remove support for ex_data fields when building the FIPS module
[thirdparty/openssl.git] / crypto / rsa / rsa_local.h
index ae71567f7a58d6d412e3a9d325ebffbc1856889a..9b55115e4704658121887d9f4fe11622eba40ecc 100644 (file)
@@ -50,8 +50,10 @@ struct rsa_st {
     STACK_OF(RSA_PRIME_INFO) *prime_infos;
     /* If a PSS only key this contains the parameter restrictions */
     RSA_PSS_PARAMS *pss;
+#ifndef FIPS_MODE
     /* be careful using this if the RSA structure is shared */
     CRYPTO_EX_DATA ex_data;
+#endif
     CRYPTO_REF_COUNT references;
     int flags;
     /* Used to cache montgomery values */