Backport libcrypto audit: check return values of EVP functions instead
[openssl.git] / crypto / rsa / rsa_ameth.c
index e705f16cb97dc548f3e890aec8c433c0211e7bbe..8c3209885eab2f1bf3f4c18d3c5e06cf00cacfa2 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/rsa/rsa_ameth.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006.
  */
 /* ====================================================================
@@ -61,6 +61,7 @@
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include <openssl/rsa.h>
+#include <openssl/bn.h>
 #ifndef OPENSSL_NO_CMS
 #include <openssl/cms.h>
 #endif