summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-10-30 19:09:05 +0000
committerUlf Möller <ulf@openssl.org>1999-10-30 19:09:05 +0000
commitb05eaeb54517d4ce77cc63415aa752cd31cea584 (patch)
treee1787a051f98e55b2e30556db428f71814e3e636 /crypto
parent9716a8f9f2cc3cb78bfa6229a608badf24aef1ef (diff)
*** empty log message ***
Diffstat (limited to 'crypto')
-rw-r--r--crypto/pkcs12/p12_key.c2
1 files changed, 1 insertions, 1 deletions
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 <bio.h>
+#include <openssl/bio.h>
extern BIO *bio_err;
void h__dump (unsigned char *p, int len);
#endif