This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new d9b6ae3 config.h is included unconditonally below
d9b6ae3 is described below
commit d9b6ae3e8c832bdfde10253372818ff198a751d7
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 30 17:39:33 2022 +0100
config.h is included unconditonally below
[Only needed by top level C files]
---
src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h | 1 -
1 file changed, 1 deletion(-)
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 6407c68..9ee4671 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
@@ -66,7 +66,6 @@
* Unix definitions
*/
#ifdef UNIX
-#include <config.h>
#include <dlfcn.h>
#include <jni.h>