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.
This commit is contained in:
Dr. Stephen Henson
1999-11-08 13:58:08 +00:00
parent ce1b4fe146
commit a0ad17bb6c
10 changed files with 77 additions and 35 deletions

View File

@@ -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>