Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 26, 2023
2 parents d11fa87 + a54ed25 commit 841548a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@ final class OpenSsl11XNativeJna implements OpenSslInterfaceNativeJna {
*/
public static native PointerByReference EVP_CIPHER_CTX_new();

/**
* Clears all information from a cipher context and free up any allocated * memory associate
* with it.
*
* @param c
* openssl evp cipher
*/

/**
* Enables or disables padding
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ final class OpenSsl30XNativeJna implements OpenSslInterfaceNativeJna {
*/
public static native PointerByReference EVP_CIPHER_CTX_new();

/**
* Clears all information from a cipher context and free up any allocated * memory associate
* with it.
*
* @param c
* openssl evp cipher
*/

/**
* Enables or disables padding
*
Expand Down

0 comments on commit 841548a

Please sign in to comment.