X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fi2d_pu.c;h=c1504d8263ba73156f7ee9597eadeef9bf8d0037;hp=94233cb8e9e471fd4919577aad15d0c988f588da;hb=45c6e23c978da0b23df5e5a9a3c2e631b79ba497;hpb=3aeb93486588e7dd01379c50b8fd496d55cf8858 diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index 94233cb8e9..c1504d8263 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -1,4 +1,3 @@ -/* crypto/asn1/i2d_pu.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,15 +60,9 @@ #include #include #include -#ifndef OPENSSL_NO_RSA -# include -#endif -#ifndef OPENSSL_NO_DSA -# include -#endif -#ifndef OPENSSL_NO_EC -# include -#endif +#include +#include +#include int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) {