diff options
author | Ulf Möller <ulf@openssl.org> | 1999-10-30 21:09:05 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-10-30 21:09:05 +0200 |
commit | b05eaeb54517d4ce77cc63415aa752cd31cea584 (patch) | |
tree | e1787a051f98e55b2e30556db428f71814e3e636 /crypto/pkcs12/p12_key.c | |
parent | Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling. (diff) | |
download | openssl-b05eaeb54517d4ce77cc63415aa752cd31cea584.tar.xz openssl-b05eaeb54517d4ce77cc63415aa752cd31cea584.zip |
*** empty log message ***
Diffstat (limited to 'crypto/pkcs12/p12_key.c')
-rw-r--r-- | crypto/pkcs12/p12_key.c | 2 |
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 |