Already included in org_apache_commons_crypto.h Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/12144845 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/12144845 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/12144845
Branch: refs/heads/CRYPTO-1.0.0 Commit: 121448459fd6b6277f435ca8b9b1fec183adfc78 Parents: 999c0de Author: Sebb <s...@apache.org> Authored: Sat Jul 9 14:46:40 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Sat Jul 9 14:46:40 2016 +0100 ---------------------------------------------------------------------- .../crypto/random/org_apache_commons_crypto_random.h | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/12144845/src/main/native/org/apache/commons/crypto/random/org_apache_commons_crypto_random.h ---------------------------------------------------------------------- diff --git a/src/main/native/org/apache/commons/crypto/random/org_apache_commons_crypto_random.h b/src/main/native/org/apache/commons/crypto/random/org_apache_commons_crypto_random.h index 7adb060..7040f0a 100644 --- a/src/main/native/org/apache/commons/crypto/random/org_apache_commons_crypto_random.h +++ b/src/main/native/org/apache/commons/crypto/random/org_apache_commons_crypto_random.h @@ -21,20 +21,10 @@ #include "org_apache_commons_crypto.h" -#ifdef UNIX -#include <dlfcn.h> -#include "config.h" -#endif - -#ifdef WINDOWS -#include "winutils.h" -#endif - #define UNUSED(x) ((void)(x)) #include <openssl/crypto.h> #include <openssl/engine.h> #include <openssl/rand.h> -#include <openssl/err.h> #endif //ORG_APACHE_COMMONS_CRYPTO_RANDOM_H