and added files
[bcm963xx.git] / userapps / opensource / openssl / crypto / rsa / rsa.h
index 62fa745..fc3bb5f 100755 (executable)
 #error RSA is disabled.
 #endif
 
+#if defined(OPENSSL_FIPS)
+#define FIPS_RSA_SIZE_T        int
+#endif
+
 #ifdef  __cplusplus
 extern "C" {
 #endif