X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs12%2Fp12_crt.c;h=c4632a9b95ca62fea69ccb2b11dc28d4d938bda5;hp=ae52d9ec4b4391f71007d73ac1c25ed9b6e758ad;hb=54c38b7f0dda668be82199b4e4aa56c1f6afe3ea;hpb=349807608f31b20af01a342d0072bb92e0b036e2 diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c index ae52d9ec4b..c4632a9b95 100644 --- a/crypto/pkcs12/p12_crt.c +++ b/crypto/pkcs12/p12_crt.c @@ -59,6 +59,7 @@ #include #include "internal/cryptlib.h" #include +#include "p12_lcl.h" static int pkcs12_add_bag(STACK_OF(PKCS12_SAFEBAG) **pbags, PKCS12_SAFEBAG *bag);