Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
f60e0c40
Commit
f60e0c40
authored
Oct 08, 2019
by
Tobias Wich
Browse files
Downgrade jna, so it is compatible with proxy-vole
parent
a204b4dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
f60e0c40
...
...
@@ -866,12 +866,12 @@
<dependency>
<groupId>
net.java.dev.jna
</groupId>
<artifactId>
jna
</artifactId>
<version>
5.4.0
</version>
<version>
4.5.2
</version>
</dependency>
<dependency>
<groupId>
net.java.dev.jna
</groupId>
<artifactId>
jna-platform
</artifactId>
<version>
5.4.0
</version>
<version>
4.5.2
</version>
</dependency>
<!-- BouncyCastle -->
...
...
sal/middleware-sal/src/main/java/org/openecard/mdlw/sal/MiddleWareWrapper.java
View file @
f60e0c40
...
...
@@ -120,7 +120,7 @@ public class MiddleWareWrapper {
options
.
put
(
Library
.
OPTION_OPEN_FLAGS
,
0x6
);
}
CryptokiLibrary
tmpLib
=
(
CryptokiLibrary
)
Native
.
load
(
libName
,
CryptokiLibrary
.
class
,
options
);
CryptokiLibrary
tmpLib
=
(
CryptokiLibrary
)
Native
.
load
Library
(
libName
,
CryptokiLibrary
.
class
,
options
);
nl
=
NativeLibrary
.
getInstance
(
libName
,
options
);
threadLock
=
new
Semaphore
(
1
,
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment