You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/07/09 13:45:16 UTC

commons-crypto git commit: Already included near top of file

Repository: commons-crypto
Updated Branches:
  refs/heads/master 47061e66d -> 999c0deee


Already included near top of file

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

Branch: refs/heads/master
Commit: 999c0deeeb6ee34d69aed7431b5277af64c86676
Parents: 47061e6
Author: Sebb <se...@apache.org>
Authored: Sat Jul 9 14:45:11 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Jul 9 14:45:11 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/999c0dee/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 71ea6fd..d0e58a5 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
@@ -189,7 +189,6 @@ static FARPROC WINAPI do_dlsym(JNIEnv *env, HMODULE handle, LPCSTR symbol) {
 } while ((ret == -1) && (errno == EINTR));
 
 #ifdef UNIX
-#include <dlfcn.h>
 #include "config.h"
 #endif