Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 21, 2023
1 parent b3c392b commit 1f32f54
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@

/**
* This interface defines the API for the native code.
* <p>
* All methods are listed here; individual implementations may not support them all.
* </p>
*/
interface OpenSslInterfaceNativeJna {

PointerByReference _ENGINE_by_id(final String string);

/** TODO Appears to be deprecated as of OpenSSL 1.1.0. */
/**
* TODO Appears to be deprecated as of OpenSSL 1.1.0.
*
* @return See OpenSSL.
*/
int _ENGINE_cleanup();

int _ENGINE_finish(final PointerByReference rdrandEngine);
Expand Down

0 comments on commit 1f32f54

Please sign in to comment.