Changeset 7342 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-07-28T13:31:07+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r7337 r7342 257 257 String alias = en.nextElement(); 258 258 // Look for certificate to install 259 if (ks. isKeyEntry(alias) && ks.getCertificate(alias).equals(trustedCert.getTrustedCertificate())) {259 if (ks.getCertificate(alias).equals(trustedCert.getTrustedCertificate())) { 260 260 // JOSM certificate found, return 261 Main.debug("JOSM certificate found: "+alias); 261 262 return; 262 263 }
Note:
See TracChangeset
for help on using the changeset viewer.