diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-11-08 13:58:08 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-11-08 13:58:08 +0000 |
commit | a0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e (patch) | |
tree | 463e559c53a5e7f8dafaa4c3f1416ea8ce23f104 /demos/ssl | |
parent | ce1b4fe14648007bf054cf54846c0620e4605251 (diff) | |
download | openssl-new-a0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e.tar.gz |
Fix to the -revoke option in ca. It was leaking memory, crashing and just
plain not working :-(
Also fix some memory leaks in the new X509_NAME code.
Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles
under Win32.
Diffstat (limited to 'demos/ssl')
-rw-r--r-- | demos/ssl/cli.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/ssl/cli.cpp b/demos/ssl/cli.cpp index b3d726961f..daea2bd9c7 100644 --- a/demos/ssl/cli.cpp +++ b/demos/ssl/cli.cpp @@ -14,7 +14,6 @@ #include <arpa/inet.h> #include <netdb.h> -#include "rsa.h" /* SSLeay stuff */ #include <openssl/crypto.h> #include <openssl/x509.h> #include <openssl/pem.h> |