X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs12%2Fp12_key.c;h=19285c6cee16946030cd38b0e89077fdc9e62629;hp=25d8cdae575880a26b5d7aab74e8f65c3b0f21a6;hb=b05eaeb54517d4ce77cc63415aa752cd31cea584;hpb=9716a8f9f2cc3cb78bfa6229a608badf24aef1ef diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c index 25d8cdae57..19285c6cee 100644 --- a/crypto/pkcs12/p12_key.c +++ b/crypto/pkcs12/p12_key.c @@ -64,7 +64,7 @@ /* Uncomment out this line to get debugging info about key generation */ /*#define DEBUG_KEYGEN*/ #ifdef DEBUG_KEYGEN -#include +#include extern BIO *bio_err; void h__dump (unsigned char *p, int len); #endif