aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 00:43:38 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 00:43:38 +0000
commitc8c2b576e89e238a6aead38b3cc40a2d3f07f751 (patch)
treeb74df95f5df51dffcc40ba6b9df310f7f502dc4d /missing
parentc7018dfc98fa5ef076caf6dc3186e7271a862be3 (diff)
downloadruby-openssl-history-c8c2b576e89e238a6aead38b3cc40a2d3f07f751.tar.gz
* OpenSSL 0.9.6c support (BN)
* MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
Diffstat (limited to 'missing')
-rw-r--r--missing/strptime.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/missing/strptime.c b/missing/strptime.c
index 15d9268..29768e8 100644
--- a/missing/strptime.c
+++ b/missing/strptime.c
@@ -36,10 +36,6 @@
#include <ctype.h>
#include <string.h>
-#ifndef HAVE_STRNCASECMP
-# include "./strncasecmp.c"
-#endif
-
/*
#if !defined(WIN32)
# include "common/config.h"