X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509_r2x.c;h=ec92d2f8a89329ad8321be54c59aec5b7c9d3145;hp=f9c498a55d8b0b25aa35c3cb43b9411bd6b4bece;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hpb=806115771c7a056756cb5f93bb3aaa71cd418e49 diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c index f9c498a55d..ec92d2f8a8 100644 --- a/crypto/x509/x509_r2x.c +++ b/crypto/x509/x509_r2x.c @@ -58,12 +58,12 @@ #include #include "cryptlib.h" -#include "bn.h" -#include "evp.h" -#include "asn1.h" -#include "x509.h" -#include "objects.h" -#include "buffer.h" +#include +#include +#include +#include +#include +#include X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) {