You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sd...@apache.org on 2016/07/22 07:00:59 UTC

[31/50] commons-crypto git commit: winutils.h not needed on Windows

winutils.h not needed on Windows

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/fab44563
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/fab44563
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/fab44563

Branch: refs/heads/CRYPTO-1.0.0
Commit: fab44563bddf4e8d5df6cf9a88bfa0e1a76495e7
Parents: f880ccf
Author: Sebb <se...@apache.org>
Authored: Sat Jul 9 23:32:14 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Jul 9 23:32:14 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/crypto/org_apache_commons_crypto.h     | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/fab44563/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
----------------------------------------------------------------------
diff --git a/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h b/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
index 4fbcc83..4671314 100644
--- a/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
+++ b/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
@@ -190,14 +190,7 @@ static FARPROC WINAPI do_dlsym(JNIEnv *env, HMODULE handle, LPCSTR symbol) {
   ret = expr; \
 } while ((ret == -1) && (errno == EINTR));
 
-#ifdef UNIX
-#include "config.h"
-#endif
-
-#ifdef WINDOWS
 #include "config.h"
-#include "winutils.h"
-#endif
 
 #include <openssl/aes.h>
 #include <openssl/evp.h>