X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fi2d_pu.c;h=8f73d37d033b7d63a3ed7b1899baee666d6728f1;hb=bf0d176e48c6dd44c6cb3250d1e56d9d098f815a;hp=1b854252b739aa515f9140cceaccce83c5145d53;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index 1b854252b7..8f73d37d03 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -58,13 +58,11 @@ #include #include "cryptlib.h" -#include "bn.h" -#include "evp.h" -#include "objects.h" +#include +#include +#include -int i2d_PublicKey(a,pp) -EVP_PKEY *a; -unsigned char **pp; +int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) { switch (a->type) {