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:46:43 UTC

commons-crypto git commit: Already included in org_apache_commons_crypto.h

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


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/master
Commit: 121448459fd6b6277f435ca8b9b1fec183adfc78
Parents: 999c0de
Author: Sebb <se...@apache.org>
Authored: Sat Jul 9 14:46:40 2016 +0100
Committer: Sebb <se...@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