Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-01-09 19:53:26 +0300
committerDr. Stephen Henson <steve@openssl.org>2003-01-09 19:53:26 +0300
commitdf77232bdc21801993591a62bddf71ecf6efc2b9 (patch)
treedc058c661b0953612033972187e4b09b4be8b0f4 /apps
parent2ae5bd9bb6de0c26049528309f44303e9703a2e7 (diff)
Oops, left debugging malloc include file in...
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 5b490c80ec..0182b9e718 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -76,8 +76,6 @@
#include <openssl/ocsp.h>
#include <openssl/pem.h>
-#include <dmalloc.h>
-
#ifdef OPENSSL_SYS_WINDOWS
#define strcasecmp _stricmp
#else