summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorsteve <steve>1999-11-08 13:57:58 +0000
committersteve <steve>1999-11-08 13:57:58 +0000
commit66f80f1ef94b7aff960445783e058b7e4ca20227 (patch)
treefd749d7e9564622c9ec6c0127a48cf58fd338105 /demos
parentd70ebf197f743a53547064c1ce75f2e8f8bb5015 (diff)
downloadopenssl-66f80f1ef94b7aff960445783e058b7e4ca20227.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')
-rw-r--r--demos/ssl/cli.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/ssl/cli.cpp b/demos/ssl/cli.cpp
index b3d726961..daea2bd9c 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>