Skip to content

Commit

Permalink
Typo [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 6, 2023
1 parent 687d9eb commit e505c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static void main(final String[] args) throws Throwable {
// These are used by JNA code if defined:
info("jna.library.path=%s", System.getProperty("jna.library.path"));
info("jna.platform.library.path=%s", System.getProperty("jna.platform.library.path"));
info("commons.crypto.OpenSslJna=%s\n", System.getProperty("commons.crypto.OpenSslJna"));
info("commons.crypto.OpenSslNativeJna=%s\n", System.getProperty("commons.crypto.OpenSslNativeJna"));
// can set jna.debug_load=true for loading info
info(Crypto.getComponentName() + " OpenSslJna: enabled = %s, version = 0x%08X", isEnabled(), OpenSslNativeJna.VERSION);
final Throwable initialisationError = initialisationError();
Expand Down

0 comments on commit e505c25

Please sign in to comment.