projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9716a8f
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Sat, 30 Oct 1999 19:09:05 +0000
(19:09 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 30 Oct 1999 19:09:05 +0000
(19:09 +0000)
STATUS
patch
|
blob
|
history
crypto/pkcs12/p12_key.c
patch
|
blob
|
history
diff --git
a/STATUS
b/STATUS
index
20d8e85
..
88e729c
100644
(file)
--- a/
STATUS
+++ b/
STATUS
@@
-1,6
+1,6
@@
OpenSSL STATUS Last modified at
OpenSSL STATUS Last modified at
- ______________ $Date: 1999/10/
07 16:58:08
$
+ ______________ $Date: 1999/10/
30 19:09:01
$
DEVELOPMENT STATE
DEVELOPMENT STATE
@@
-16,7
+16,6
@@
AVAILABLE PATCHES
o shared libraries <behnke@trustcenter.de>
AVAILABLE PATCHES
o shared libraries <behnke@trustcenter.de>
- o Lennart Bang: test program patches
o getenv in ca.c and x509_def.c (jaltman@watsun.cc.columbia.edu)
o SMIME tool (demo), Sampo Kellomaki <sampo@iki.fi>
o OCSP patch, Massimiliano Pala (madwolf@openca.org)
o getenv in ca.c and x509_def.c (jaltman@watsun.cc.columbia.edu)
o SMIME tool (demo), Sampo Kellomaki <sampo@iki.fi>
o OCSP patch, Massimiliano Pala (madwolf@openca.org)
@@
-64,6
+63,7
@@
o Arne Ansper: d2i_ASN1_bytes bug
o salzr@certco.com (Rich Salz): Bug in X509_name_print
<29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
o Arne Ansper: d2i_ASN1_bytes bug
o salzr@certco.com (Rich Salz): Bug in X509_name_print
<29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
+ o NO_FP_API ("Andrija Antonijevic" <TheAntony@bigfoot.com>)
o $(PERL) in */Makefile.ssl
o "Sign the certificate?" - "n" creates empty certificate file
o $(PERL) in */Makefile.ssl
o "Sign the certificate?" - "n" creates empty certificate file
diff --git
a/crypto/pkcs12/p12_key.c
b/crypto/pkcs12/p12_key.c
index
25d8cda
..
19285c6
100644
(file)
--- 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
/* 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
extern BIO *bio_err;
void h__dump (unsigned char *p, int len);
#endif