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 14:45:39 UTC

commons-crypto git commit: Syntax error: missing closing parenthesis

Repository: commons-crypto
Updated Branches:
  refs/heads/master 2d38230a3 -> a1089e1fa


Syntax error: missing closing parenthesis

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

Branch: refs/heads/master
Commit: a1089e1fad8a279da812725d5bb9b7f8f0dac596
Parents: 2d38230
Author: Sebb <se...@apache.org>
Authored: Sat Jul 9 15:45:34 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Jul 9 15:45:34 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/a1089e1f/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c
----------------------------------------------------------------------
diff --git a/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c b/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c
index 07dd4f9..a6f0b72 100644
--- a/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c
+++ b/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c
@@ -62,7 +62,7 @@ typedef void * (__cdecl *__dlsym_CRYPTO_malloc) (int, const char *, int);
 typedef void (__cdecl *__dlsym_CRYPTO_free) (void *);
 typedef int (__cdecl *__dlsym_CRYPTO_num_locks) (void);
 typedef void (__cdecl *__dlsym_CRYPTO_set_locking_callback)  \
-              (void (*)(int, int, char *, int);
+              (void (*)(int, int, char *, int));
 typedef void (__cdecl *__dlsym_ENGINE_load_rdrand) (void);
 typedef ENGINE * (__cdecl *__dlsym_ENGINE_by_id) (const char *);
 typedef int (__cdecl *__dlsym_ENGINE_init) (ENGINE *);