2022-03-16 05:08:06 +00:00
|
|
|
diff --git a/openjdk/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java b/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java
|
|
|
|
index bacff32efbc..ff7b3dcc81c 100644
|
|
|
|
--- openjdk/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java
|
|
|
|
+++ openjdk/src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java
|
|
|
|
@@ -46,8 +46,8 @@ class PlatformPCSC {
|
2019-04-02 17:40:23 +00:00
|
|
|
|
2022-03-16 05:08:06 +00:00
|
|
|
private static final String PROP_NAME = "sun.security.smartcardio.library";
|
2019-04-02 17:40:23 +00:00
|
|
|
|
2022-03-16 05:08:06 +00:00
|
|
|
- private static final String LIB1 = "/usr/$LIBISA/libpcsclite.so";
|
|
|
|
- private static final String LIB2 = "/usr/local/$LIBISA/libpcsclite.so";
|
|
|
|
+ private static final String LIB1 = "/usr/$LIBISA/libpcsclite.so.1";
|
|
|
|
+ private static final String LIB2 = "/usr/local/$LIBISA/libpcsclite.so.1";
|
|
|
|
private static final String PCSC_FRAMEWORK = "/System/Library/Frameworks/PCSC.framework/Versions/Current/PCSC";
|
2019-04-02 17:40:23 +00:00
|
|
|
|
|
|
|
PlatformPCSC() {
|