summaryrefslogtreecommitdiff
path: root/GNUmakefile.mingw
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-21 05:49:54 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-21 05:49:54 +0000
commit9c5615b7752f5e344040ca4669931d7b1aca75df (patch)
tree9e1f02e4767e6b7e0f738210741396e3bd816f55 /GNUmakefile.mingw
parentaf16c4d1a3a79d51ba1c1ea661d958eed65c15a3 (diff)
downloadceph-libs3-9c5615b7752f5e344040ca4669931d7b1aca75df.tar.gz
* Implement custom HMAC_SHA1 and thus eliminate all direct dependency on
openssl/GnuTLS/any other cryptographic library
Diffstat (limited to 'GNUmakefile.mingw')
-rw-r--r--GNUmakefile.mingw5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw
index 464bdfd..68d7a11 100644
--- a/GNUmakefile.mingw
+++ b/GNUmakefile.mingw
@@ -80,10 +80,6 @@ ifndef OPENSSL_LIBS
OPENSSL_LIBS := -Lc:\openssl -lssl32 -leay32
endif
-ifndef OPENSSL_CFLAGS
- OPENSSL_CFLAGS := -Ic:\openssl\include
-endif
-
# --------------------------------------------------------------------------
# These CFLAGS assume a GNU compiler. For other compilers, write a script
@@ -95,7 +91,6 @@ ifndef CFLAGS
endif
CFLAGS += -Wall -Werror -std=c99 -Iinc $(CURL_CFLAGS) $(LIBXML2_CFLAGS) \
- $(OPENSSL_CFLAGS) \
-DLIBS3_VER_MAJOR=\"$(LIBS3_VER_MAJOR)\" \
-DLIBS3_VER_MINOR=\"$(LIBS3_VER_MINOR)\" \
-Dsleep=Sleep -DFOPEN_EXTRA_FLAGS=\"b\" \