In BIO_write(), update the write statistics, not the read statistics.
[oweals/openssl.git] / crypto / pkcs12 / p12_key.c
index 9196a34b4a908aa33e59d43ae2e454f09ea481a8..9e57eee4a4d09ca12a3be78d7cdaf8553adb1b6f 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_key.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/pkcs12.h>
-
+#include <openssl/bn.h>
 
 /* Uncomment out this line to get debugging info about key generation */
 /*#define DEBUG_KEYGEN*/