From a0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 8 Nov 1999 13:58:08 +0000 Subject: 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. --- apps/app_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_rand.c') diff --git a/apps/app_rand.c b/apps/app_rand.c index 2543a64057..9e29e54954 100644 --- a/apps/app_rand.c +++ b/apps/app_rand.c @@ -109,10 +109,10 @@ * */ +#include "apps.h" #include #include -#include "apps.h" static int seeded = 0; -- cgit v1.2.1